diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/cp/cp-tree.h | 2 | ||||
-rw-r--r-- | gcc/cp/exception.cc | 1 | ||||
-rw-r--r-- | gcc/cp/g++spec.c | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ef4908f..674e243 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * cp-tree.h: Don't include gansidecl.h. + * exception.cc: Include gansidecl.h (since we don't include config.h) + * g++spec.c: Don't include gansidecl.h. + 1998-11-06 Mark Mitchell <mark@markmitchell.com> * cp-tree.h (lang_decl_flags): Add defined_in_class. Decrease diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index d502f93..a6e2e2d 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -22,8 +22,6 @@ Boston, MA 02111-1307, USA. */ #ifndef _CP_TREE_H #define _CP_TREE_H -#include "gansidecl.h" - /* Usage of TREE_LANG_FLAG_?: 0: TREE_NONLOCAL_FLAG (in TREE_LIST or _TYPE). BINFO_MARKED (BINFO nodes). diff --git a/gcc/cp/exception.cc b/gcc/cp/exception.cc index 2cc0bc0..b90be30 100644 --- a/gcc/cp/exception.cc +++ b/gcc/cp/exception.cc @@ -30,6 +30,7 @@ #include "typeinfo" #include "exception" #include <stddef.h> +#include "gansidecl.h" /* Needed to support macros used in eh-common.h. */ #include "eh-common.h" /* Define terminate, unexpected, set_terminate, set_unexpected as diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c index 22060cd..01ac62d 100644 --- a/gcc/cp/g++spec.c +++ b/gcc/cp/g++spec.c @@ -19,11 +19,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" - #include "system.h" -#include "gansidecl.h" - /* This bit is set if we saw a `-xfoo' language specification. */ #define LANGSPEC (1<<1) /* This bit is set if they did `-lm' or `-lmath'. */ |