OSDN Git Service

* Makefile.in (INTERFACE): New, set to 1.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Aug 1998 21:17:38 +0000 (21:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Aug 1998 21:17:38 +0000 (21:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22111 138bc75d-0d04-0410-961f-82ee72b054a4

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

index cba78ab..0264cc8 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 69ba5a4..a3cc8f9 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.