OSDN Git Service

* ansidecl.h: Wrap problematic macros with !IN_GCC.
[pf3gnuchains/gcc-fork.git] / include / splay-tree.h
index b52d802..414d828 100644 (file)
 extern "C" {
 #endif /* __cplusplus */
 
-#ifdef IN_GCC
-#include "gansidecl.h"
-#define PARAMS(ARGS) PROTO(ARGS)
-#else /* ! IN_GCC */
+#ifndef IN_GCC
 #include <ansidecl.h>
-#endif /* IN_GCC */
+#endif /* IN_GCC */
 
 /* Use typedefs for the key and data types to facilitate changing
    these types, if necessary.  These types should be sufficiently wide