aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-07-05 20:30:19 +0000
committerTom Tromey <tromey@redhat.com>2011-07-05 20:30:19 +0000
commitfc9f3a697800953cffd597db86b65742e8cf5842 (patch)
treefe515986751fdfb48db39dc39ee266dc0b76e178 /gdb/linespec.c
parent2419798b808521c666c29abc9b816154a979d69e (diff)
downloadgdb-fc9f3a697800953cffd597db86b65742e8cf5842.zip
gdb-fc9f3a697800953cffd597db86b65742e8cf5842.tar.gz
gdb-fc9f3a697800953cffd597db86b65742e8cf5842.tar.bz2
* symtab.c (operator_chars): Now static.
* linespec.c (operator_chars): Don't declare.
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r--gdb/linespec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c
index 61f43b6..137ef9c 100644
--- a/gdb/linespec.c
+++ b/gdb/linespec.c
@@ -44,10 +44,6 @@
#include <ctype.h>
#include "cli/cli-utils.h"
-/* We share this one with symtab.c, but it is not exported widely. */
-
-extern char *operator_chars (char *, char **);
-
/* Prototypes for local functions. */
static void initialize_defaults (struct symtab **default_symtab,