From d62590d25ab622791756829bd31312ba89573fcd Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 30 Aug 1998 21:17:38 +0000 Subject: [PATCH] * Makefile.in (INTERFACE): New, set to 1. From-SVN: r22111 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index cba78ab6aff..0264cc88c3d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 69ba5a42718..a3cc8f969a1 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -34,6 +34,10 @@ # 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.