aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2008-04-19 11:39:50 +0000
committerMark Kettenis <kettenis@gnu.org>2008-04-19 11:39:50 +0000
commit7fc830e29069561bcd3670759e17ffd46f0b67fd (patch)
tree706c6bca4e932313f14e1cd42a9d3794f92429bd /gdb/symtab.h
parentbb2edc7f626ed54d133432a619f67c85e0c69f36 (diff)
downloadbinutils-7fc830e29069561bcd3670759e17ffd46f0b67fd.zip
binutils-7fc830e29069561bcd3670759e17ffd46f0b67fd.tar.gz
binutils-7fc830e29069561bcd3670759e17ffd46f0b67fd.tar.bz2
* symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
(multiple_symbols_cancel): Remove extra const. * symtab.h: Likewise.
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);