* Makefile.in (INTERFACE): New, set to 1.
authorH.J. Lu <hjl@gnu.org>
Sun, 30 Aug 1998 21:17:38 +0000 (21:17 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 30 Aug 1998 21:17:38 +0000 (15:17 -0600)
From-SVN: r22111

gcc/cp/ChangeLog
gcc/cp/Makefile.in

index cba78ab6aff6c3d0cef071b6d277209f5047d839..0264cc88c3d591038641948fc183d3bdea6cc6e6 100644 (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
index 69ba5a42718abb9e5283296c858fa5434514f62a..a3cc8f969a1648b2c82345e90990e0a0be6d1d4f 100644 (file)
 # 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.