summaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-08 14:45:39 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-08 14:45:39 +0000
commitde5809b91dea597346f171d3e28522037af76a00 (patch)
tree883d022bf5a15b06d65f6e870610ec1c985bf5b1 /include/demangle.h
parent5c0aa6d0a0ea257515d0afb35517c30dfaaea210 (diff)
downloadgcc-de5809b91dea597346f171d3e28522037af76a00.tar.gz
ansidecl.h: Wrap problematic macros with !IN_GCC.
* ansidecl.h: Wrap problematic macros with !IN_GCC. * demangle.h: Never define PARAMS(). * splay-tree.h: Likewise. From-SVN: r23574
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 428a3c5be31..5bca39c4cd8 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -20,11 +20,9 @@
#if !defined (DEMANGLE_H)
#define DEMANGLE_H
-#ifdef IN_GCC
-#define PARAMS(ARGS) PROTO(ARGS)
-#else /* ! IN_GCC */
+#ifndef IN_GCC
#include <ansidecl.h>
-#endif /* IN_GCC */
+#endif /* ! IN_GCC */
/* Options passed to cplus_demangle (in 2nd parameter). */