mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
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:
committed by
Kaveh Ghazi
parent
2931b6d47f
commit
becb008aab
@@ -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
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#define DEMANGLE_H
|
||||
|
||||
#ifdef IN_GCC
|
||||
#include "gansidecl.h"
|
||||
#define PARAMS(ARGS) PROTO(ARGS)
|
||||
#else /* ! IN_GCC */
|
||||
#include <ansidecl.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user