Commit 625c729b by Kaveh R. Ghazi Committed by Kaveh Ghazi

demangle.h: Don't check IN_GCC anymore.

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

From-SVN: r24306
parent 242f64bb
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
......
......@@ -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). */
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment