Add unlink support to moxie simulator
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.h
index 327a63313b40947b9199e2db585edb30d7b2d287..e68973f5b37d3e1f0cef489214b1a07e25170725 100644 (file)
@@ -29,6 +29,6 @@ extern bool demangle;
 extern bool asm_demangle;
 
 /* Check if a character is one of the commonly used C++ marker characters.  */
-extern int is_cplus_marker (int);
+extern bool is_cplus_marker (int);
 
 #endif /* GDB_DEMANGLE_H */
This page took 0.02431 seconds and 4 git commands to generate.