Commit 6938ca92 by Doug Evans

demangle.h: #include "gansidecl.h".

	* demangle.h: #include "gansidecl.h".
	(PROTO,PTR,const): Delete.

From-SVN: r11791
parent 239d3342
......@@ -21,27 +21,8 @@
#define DEMANGLE_H
#ifdef IN_GCC
/* Add prototype support. */
#ifndef PROTO
#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
#define PROTO(ARGS) ARGS
#else
#define PROTO(ARGS) ()
#endif
#endif
#include "gansidecl.h"
#define PARAMS(ARGS) PROTO(ARGS)
#ifdef __STDC__
#define PTR void *
#else
#ifndef const
#define const
#endif
#define PTR char *
#endif
#else /* ! IN_GCC */
#include <ansidecl.h>
#endif /* IN_GCC */
......
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