aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 6422db4..5eb1d9d 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -128,9 +128,9 @@ void _initialize_symtab (void);
to multiple-choice menus when more than one symbol matches during
a symbol lookup. */
-const char const multiple_symbols_ask[] = "ask";
-const char const multiple_symbols_all[] = "all";
-const char const multiple_symbols_cancel[] = "cancel";
+const char multiple_symbols_ask[] = "ask";
+const char multiple_symbols_all[] = "all";
+const char multiple_symbols_cancel[] = "cancel";
static const char *multiple_symbols_modes[] =
{
multiple_symbols_ask,