summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-18 05:52:32 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-18 05:52:32 +0000
commit039f4a6b57d872bcc36c9da514ba5873bc5671ad (patch)
treeb84233b0ac8ee1552771c0ab04b62d135a820038 /gcc/cp
parent86bcbca51cce4f0557f5bcf286feaeae8f9541b4 (diff)
downloadgcc-039f4a6b57d872bcc36c9da514ba5873bc5671ad.tar.gz
* Makefile.in (INTERFACE): Bump to 2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a6f09b7e60e..0601ef41cf6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jul 17 23:51:30 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
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in
index 896b9e129f1..be350044720 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.