summaryrefslogtreecommitdiffstats
path: root/include/demangle.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2004-01-13 03:07:16 +0000
committerIan Lance Taylor <ian@airs.com>2004-01-13 03:07:16 +0000
commit062054c537b1fe5a53cf2eb2e6fbfe3080ce11fa (patch)
tree233cb48965930db2cbb15804022d787f7c332e4a /include/demangle.h
parent9850ebe2d9895594d725b5f61e58f7c724cf4d83 (diff)
downloadppe42-binutils-062054c537b1fe5a53cf2eb2e6fbfe3080ce11fa.tar.gz
ppe42-binutils-062054c537b1fe5a53cf2eb2e6fbfe3080ce11fa.zip
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
"libiberty.h".
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/demangle.h b/include/demangle.h
index dfe4206929..6e995e4817 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -21,12 +21,7 @@
#if !defined (DEMANGLE_H)
#define DEMANGLE_H
-#include "ansidecl.h"
-
-#ifdef ANSI_PROTOTYPES
-/* Get a definition for size_t. */
-#include <stddef.h>
-#endif
+#include "libiberty.h"
#ifdef __cplusplus
extern "C" {
OpenPOWER on IntegriCloud