aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb-demangle.h')
-rw-r--r--gdb/gdb-demangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb-demangle.h b/gdb/gdb-demangle.h
index 327a633..e68973f 100644
--- a/gdb/gdb-demangle.h
+++ b/gdb/gdb-demangle.h
@@ -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 */