Remove stray function prototype. I wrote and removed this function but

forgot the prototype.

Submitted by:	dd
This commit is contained in:
Peter Wemm 2002-07-21 23:31:43 +00:00
parent 4c8b385244
commit 2f3bead082

View File

@ -52,7 +52,6 @@ static const char rcsid[] =
#include "y.tab.h"
static int do_header(char *, int);
static void nocount(char *);
static char *toheader(char *);
static char *tomacro(char *);