* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.

From-SVN: r75783
This commit is contained in:
Ian Lance Taylor 2004-01-13 01:49:16 +00:00 committed by Ian Lance Taylor
parent 0bb03c1105
commit e4a32afbe1
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
* demangle.h (enum demangle_component_type): Define.
(struct demangle_operator_info): Declare.
(struct demangle_builtin_type_info): Declare.

View File

@ -23,6 +23,11 @@
#include "ansidecl.h"
#ifdef ANSI_PROTOTYPES
/* Get a definition for size_t. */
#include <stddef.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */