summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorrlar <rlar>2016-02-28 14:20:14 +0100
committerWill Estes <westes575@gmail.com>2016-02-28 19:07:18 -0500
commit519783bb9812ba5d53383e0422cb6b1d4f38b392 (patch)
treeb85338d7d4972cabc2df4c19ff50ca65a368690e /src/flexdef.h
parent318396d05a99dc434ea49452f01407b0ad59ce8d (diff)
warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls]
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 343e81d..ecd6b41 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -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 */