cp-tree.h: Don't include gansidecl.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 7 Nov 1998 12:54:34 +0000 (12:54 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 7 Nov 1998 12:54:34 +0000 (12:54 +0000)
        * 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.

From-SVN: r23557

gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/exception.cc
gcc/cp/g++spec.c

index ef4908fd3e64996e2a1cfc3e0474ada60c28dd9e..674e243f45203bc0092c2cdc079c22f210acff47 100644 (file)
@@ -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
index d502f93189d4dcd8b2b1e0a99ff4c583c8345f2f..a6e2e2d06c8f9636ff2ac8efe46d12d8980af51f 100644 (file)
@@ -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).
index 2cc0bc074a8824e2fa00e846a881ffe2d4a86310..b90be3006e27a9de54f6d2ac990851e89e21f1d0 100644 (file)
@@ -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
index 22060cd222d690db2aefaf1a4ad436ab22bb585e..01ac62dd5869f078fb840e3f7990457b07c924d2 100644 (file)
@@ -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'.  */