demangle.h: Don't include gansidecl.h.

* demangle.h: Don't include gansidecl.h.
        * splay-tree.h: Likewise.

From-SVN: r23561
This commit is contained in:
Kaveh R. Ghazi
1998-11-07 13:06:13 +00:00
committed by Kaveh Ghazi
parent 2931b6d47f
commit becb008aab
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Sat Nov 7 16:04:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* demangle.h: Don't include gansidecl.h.
* splay-tree.h: Likewise.
Thu Oct 22 19:58:00 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* splay-tree.h: Wrap function pointer parameter declarations in

View File

@@ -21,7 +21,6 @@
#define DEMANGLE_H
#ifdef IN_GCC
#include "gansidecl.h"
#define PARAMS(ARGS) PROTO(ARGS)
#else /* ! IN_GCC */
#include <ansidecl.h>

View File

@@ -34,7 +34,6 @@ extern "C" {
#endif /* __cplusplus */
#ifdef IN_GCC
#include "gansidecl.h"
#define PARAMS(ARGS) PROTO(ARGS)
#else /* ! IN_GCC */
#include <ansidecl.h>