From c38da1aff132c1c35324c97cc89efd3629a006e5 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Thu, 24 Oct 2002 00:13:57 +0000 Subject: 2002-10-23 David Carlton * linespec.c: #include "parser-defs.h". Delete prototype for find_template_name_end. * Makefile.in (linespec.o): Depend on $(parser_defs_h). --- gdb/linespec.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gdb/linespec.c') 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. */ -- cgit v1.1