From: Jeffrey A Law Date: Sun, 18 Jul 1999 05:51:51 +0000 (+0000) Subject: * Makefile.in (INTERFACE): Bump to 2. X-Git-Tag: prereleases/gcc-2.95-test~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2767d6e7b006f79b908f41272d6ec69c124a486d;p=thirdparty%2Fgcc.git * Makefile.in (INTERFACE): Bump to 2. From-SVN: r28159 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ededd90d8ea4..a52af365e488 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 * typeck2.c (my_friendly_abort): Updated URL with bug reporting diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 616525c29cf2..3484a8e01b21 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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.