summaryrefslogtreecommitdiff
path: root/include/splay-tree.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-14 06:55:07 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-14 06:55:07 +0000
commit0687a62cc50a2adb0a09ffd14b26aa817455d25a (patch)
tree0db1061721c1caf6c0fa731d44dd3b0d84678deb /include/splay-tree.h
parent6c6e82f6b2aa1bedcaa812aaec9eebde6881917d (diff)
downloadgcc-0687a62cc50a2adb0a09ffd14b26aa817455d25a.tar.gz
* demangle.h: Don't check IN_GCC anymore.
* splay-tree.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/splay-tree.h')
-rw-r--r--include/splay-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/splay-tree.h b/include/splay-tree.h
index 414d82876e7..557d7462256 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -33,9 +33,7 @@
extern "C" {
#endif /* __cplusplus */
-#ifndef IN_GCC
#include <ansidecl.h>
-#endif /* ! IN_GCC */
/* Use typedefs for the key and data types to facilitate changing
these types, if necessary. These types should be sufficiently wide