Skip to content
Snippets Groups Projects
Commit 0a48bf84 authored by ian's avatar ian
Browse files

2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>

	* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
	"libiberty.h".


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75789 138bc75d-0d04-0410-961f-82ee72b054a4
parent ebc2b28b
No related branches found
No related tags found
No related merge requests found
2004-01-12 Ian Lance Taylor <ian@wasabisystems.com> 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
"libiberty.h".
* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>. * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
* demangle.h (enum demangle_component_type): Define. * demangle.h (enum demangle_component_type): Define.
......
...@@ -21,12 +21,7 @@ ...@@ -21,12 +21,7 @@
#if !defined (DEMANGLE_H) #if !defined (DEMANGLE_H)
#define DEMANGLE_H #define DEMANGLE_H
#include "ansidecl.h" #include "libiberty.h"
#ifdef ANSI_PROTOTYPES
/* Get a definition for size_t. */
#include <stddef.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment