From 6128d3ac15a3014a5a945165d9e303ec516ecc3c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 28 Nov 1995 22:02:39 +0000 Subject: [PATCH] Commented out prototype def for yyparse. Prototype def in parse.c. --- src/toolsComm/flex/flexdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolsComm/flex/flexdef.h b/src/toolsComm/flex/flexdef.h index e6345fba7..3cdab75e3 100644 --- a/src/toolsComm/flex/flexdef.h +++ b/src/toolsComm/flex/flexdef.h @@ -820,7 +820,7 @@ extern void format_pinpoint_message PROTO((char[], char[])); extern void pinpoint_message PROTO((char[])); extern void synerr PROTO((char [])); /* report a syntax error */ -extern int yyparse PROTO(()); /* the YACC parser */ +/* extern int yyparse PROTO(());*/ /* the YACC parser */ /* from file scan.l */