]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (INTERFACE): Bump to 2.
authorJeffrey A Law <law@cygnus.com>
Sun, 18 Jul 1999 05:51:51 +0000 (05:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 18 Jul 1999 05:51:51 +0000 (23:51 -0600)
From-SVN: r28159

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

index ededd90d8ea4726f6015737f9050b02325bf4f72..a52af365e4883dd252e14a2033fe68fc29e7d410 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jul 17 23:50:47 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (INTERFACE): Bump to 2.
+
 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
         
        * typeck2.c (my_friendly_abort): Updated URL with bug reporting
index 616525c29cf207b78f5c3d2c072e459be41a2175..3484a8e01b21eb12d527e10f7e2b6d61c9d0bf08 100644 (file)
@@ -36,7 +36,7 @@
 
 # It defines the c++ interface name. It should be changed when the
 # c++ interface is changed.
-INTERFACE = 1
+INTERFACE = 2
 
 # Variables that exist for you to override.
 # See below for how to change them for certain systems.