* Makefile.in (INTERFACE): New, set to 1.
From-SVN: r22111
This commit is contained in:
parent
a270b44606
commit
d62590d25a
@ -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>
|
1998-08-30 Mark Mitchell <mark@markmitchell.com>
|
||||||
|
|
||||||
* error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
|
* error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
|
||||||
|
@ -34,6 +34,10 @@
|
|||||||
# Suppress smart makes who think they know how to automake Yacc files
|
# Suppress smart makes who think they know how to automake Yacc files
|
||||||
.y.c:
|
.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.
|
# Variables that exist for you to override.
|
||||||
# See below for how to change them for certain systems.
|
# See below for how to change them for certain systems.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user