* Makefile.in (INTERFACE): New, set to 1.

From-SVN: r22111
This commit is contained in:
H.J. Lu 1998-08-30 21:17:38 +00:00 committed by Jeff Law
parent a270b44606
commit d62590d25a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Aug 30 22:16:31 1998 H.J. Lu (hjl@gnu.org)
* Makefile.in (INTERFACE): New, set to 1.
1998-08-30 Mark Mitchell <mark@markmitchell.com>
* error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when

View File

@ -34,6 +34,10 @@
# Suppress smart makes who think they know how to automake Yacc files
.y.c:
# It defines the c++ interface name. It should be changed when the
# c++ interface is changed.
INTERFACE = 1
# Variables that exist for you to override.
# See below for how to change them for certain systems.