diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2004-01-13 03:06:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2004-01-13 03:06:13 +0000 |
commit | d051dc88efd3433736815e49ddca42ad36aac9ba (patch) | |
tree | 8e6b3318a25e18ae62964e23129fd7c14749a32a /include/demangle.h | |
parent | cc11dca961b3abfbf956d26eea0227cfd0bfc1dc (diff) | |
download | gcc-d051dc88efd3433736815e49ddca42ad36aac9ba.tar.gz |
demangle.h: Instead of checking ANSI_PROTOTYPES, just include "libiberty.h".
2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
"libiberty.h".
From-SVN: r75789
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/demangle.h b/include/demangle.h index dfe42069294..6e995e4817d 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" { |