aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 65b1cb4..ffcc446 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -998,9 +998,9 @@ extern int asm_demangle;
/* symtab.c lookup functions */
-extern const char const multiple_symbols_ask[];
-extern const char const multiple_symbols_all[];
-extern const char const multiple_symbols_cancel[];
+extern const char multiple_symbols_ask[];
+extern const char multiple_symbols_all[];
+extern const char multiple_symbols_cancel[];
const char *multiple_symbols_select_mode (void);