aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-10-24 00:13:57 +0000
committerDavid Carlton <carlton@bactrian.org>2002-10-24 00:13:57 +0000
commitc38da1aff132c1c35324c97cc89efd3629a006e5 (patch)
tree8504e7474416c47e89da7a9904a1b71f8d31d938 /gdb/linespec.c
parentb7c4ac2735050449853ee90848aaec70e8435b2c (diff)
downloadfsf-binutils-gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.zip
fsf-binutils-gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.tar.gz
fsf-binutils-gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.tar.bz2
2002-10-23 David Carlton <carlton@math.stanford.edu>
* linespec.c: #include "parser-defs.h". Delete prototype for find_template_name_end. * Makefile.in (linespec.o): Depend on $(parser_defs_h).
Diffstat (limited to 'gdb/linespec.c')
-rw-r--r--gdb/linespec.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/linespec.c b/gdb/linespec.c
index 5631fd3..bad226e 100644
--- a/gdb/linespec.c
+++ b/gdb/linespec.c
@@ -31,11 +31,7 @@
#include "value.h"
#include "completer.h"
#include "cp-abi.h"
-
-/* Prototype for one function in parser-defs.h,
- instead of including that entire file. */
-
-extern char *find_template_name_end (char *);
+#include "parser-defs.h"
/* We share this one with symtab.c, but it is not exported widely. */