]> granicus.if.org Git - flex/commitdiff
warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls]
authorrlar <rlar>
Sun, 28 Feb 2016 13:20:14 +0000 (14:20 +0100)
committerWill Estes <westes575@gmail.com>
Mon, 29 Feb 2016 00:07:18 +0000 (19:07 -0500)
src/flexdef.h
src/main.c

index 343e81d849b9bd6c851a07dfb104e02c910e00b3..ecd6b41f18da65f62a024542650e55e9834b9a63 100644 (file)
@@ -983,7 +983,6 @@ extern void synerr(const char *);   /* report a syntax error */
 extern void format_warn(const char *, const char *);
 extern void warn(const char *);        /* report a warning */
 extern void yyerror(const char *);     /* report a parse error */
-extern int yyparse(void);      /* the YACC parser */
 
 
 /* from file scan.l */
index e6ea2abaf6f808fa204c0176ecfe9f2642cb3aee..9bec0c881493fa5c51425c63312c9e0014eed07b 100644 (file)
@@ -36,6 +36,7 @@
 #include "version.h"
 #include "options.h"
 #include "tables.h"
+#include "parse.h"
 
 static char flex_version[] = FLEX_VERSION;