OSDN Git Service

* ansidecl.h: Wrap problematic macros with !IN_GCC.
[pf3gnuchains/gcc-fork.git] / include / demangle.h
index 428a3c5..5bca39c 100644 (file)
 #if !defined (DEMANGLE_H)
 #define DEMANGLE_H
 
 #if !defined (DEMANGLE_H)
 #define DEMANGLE_H
 
-#ifdef IN_GCC
-#define PARAMS(ARGS) PROTO(ARGS)
-#else /* ! IN_GCC */
+#ifndef IN_GCC
 #include <ansidecl.h>
 #include <ansidecl.h>
-#endif /* IN_GCC */
+#endif /* IN_GCC */
 
 /* Options passed to cplus_demangle (in 2nd parameter). */
 
 
 /* Options passed to cplus_demangle (in 2nd parameter). */