Commit e4a32afb by Ian Lance Taylor Committed by Ian Lance Taylor

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

From-SVN: r75783
parent 0bb03c11
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.
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment