Commented out prototype def for yyparse. Prototype def in parse.c.

This commit is contained in:
Janet B. Anderson
1995-11-28 22:02:39 +00:00
parent 13c861d190
commit 6128d3ac15
+1 -1
View File
@@ -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 */