demangle.h: Don't check IN_GCC anymore.

* demangle.h: Don't check IN_GCC anymore.
       * splay-tree.h: Likewise.

From-SVN: r24306
This commit is contained in:
Kaveh R. Ghazi 1998-12-14 06:55:07 +00:00 committed by Kaveh Ghazi
parent 242f64bbd9
commit 625c729b51
3 changed files with 5 additions and 4 deletions

View 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

View File

@ -20,9 +20,7 @@
#if !defined (DEMANGLE_H)
#define DEMANGLE_H
#ifndef IN_GCC
#include <ansidecl.h>
#endif /* ! IN_GCC */
/* Options passed to cplus_demangle (in 2nd parameter). */

View File

@ -33,9 +33,7 @@
extern "C" {
#endif /* __cplusplus */
#ifndef IN_GCC
#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