diff options
author | David Carlton <carlton@bactrian.org> | 2002-10-24 00:13:57 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-10-24 00:13:57 +0000 |
commit | c38da1aff132c1c35324c97cc89efd3629a006e5 (patch) | |
tree | 8504e7474416c47e89da7a9904a1b71f8d31d938 /gdb/linespec.c | |
parent | b7c4ac2735050449853ee90848aaec70e8435b2c (diff) | |
download | gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.zip gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.tar.gz 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.c | 6 |
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. */ |