OSDN Git Service

* demangle.h: Don't check IN_GCC anymore.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 1998 06:55:07 +0000 (06:55 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 1998 06:55:07 +0000 (06:55 +0000)
       * splay-tree.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24306 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/demangle.h
include/splay-tree.h

index 484782c..1f87baa 100644 (file)
@@ -1,3 +1,8 @@
+Mon Dec 14 09:53:31 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * demangle.h: Don't check IN_GCC anymore.
+       * splay-tree.h: Likewise.
+
 Tue Dec  8 00:30:31 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com> 
 
         * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
 Tue Dec  8 00:30:31 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com> 
 
         * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
index 2b9d179..63fe5e2 100644 (file)
@@ -20,9 +20,7 @@
 #if !defined (DEMANGLE_H)
 #define DEMANGLE_H
 
 #if !defined (DEMANGLE_H)
 #define DEMANGLE_H
 
-#ifndef IN_GCC
 #include <ansidecl.h>
 #include <ansidecl.h>
-#endif /* ! IN_GCC */
 
 /* Options passed to cplus_demangle (in 2nd parameter). */
 
 
 /* Options passed to cplus_demangle (in 2nd parameter). */
 
index 414d828..557d746 100644 (file)
@@ -33,9 +33,7 @@
 extern "C" {
 #endif /* __cplusplus */
 
 extern "C" {
 #endif /* __cplusplus */
 
-#ifndef IN_GCC
 #include <ansidecl.h>
 #include <ansidecl.h>
-#endif /* ! IN_GCC */
 
 /* Use typedefs for the key and data types to facilitate changing
    these types, if necessary.  These types should be sufficiently wide
 
 /* Use typedefs for the key and data types to facilitate changing
    these types, if necessary.  These types should be sufficiently wide