*** empty log message ***
[deliverable/binutils-gdb.git] / include / demangle.h
index dfe4206929405f1f52270f69aef62dfd8b863f1a..b3b8c58c517f3ac302d1f0858b9c25146e550f3e 100644 (file)
 #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" {
@@ -463,7 +458,7 @@ cplus_demangle_fill_name PARAMS ((struct demangle_component *fill,
 
 extern int
 cplus_demangle_fill_builtin_type PARAMS ((struct demangle_component *fill,
-                                         const char *typename));
+                                         const char *type_name));
 
 /* Fill in a DEMANGLE_COMPONENT_OPERATOR, using the name of the
    operator and the number of arguments which it takes (the latter is
This page took 0.0232329999999999 seconds and 4 git commands to generate.