From: Albert Chin-A-Young <china@thewrittenword.com>
[deliverable/binutils-gdb.git] / include / demangle.h
index c3fdb036d536bc184c5179fe9360b55214d9a634..b3b8c58c517f3ac302d1f0858b9c25146e550f3e 100644 (file)
@@ -21,7 +21,7 @@
 #if !defined (DEMANGLE_H)
 #define DEMANGLE_H
 
-#include "ansidecl.h"
+#include "libiberty.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -458,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.023127 seconds and 4 git commands to generate.