summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2017-01-22 18:33:58 +0100
committerWill Estes <westes575@gmail.com>2017-01-23 13:38:58 -0500
commit726c8dab23b3791c6a5409390b054d68919aff1e (patch)
tree8d9ac01f0822aca85d751ef8371ba390b315011e /src/flexdef.h
parent6bf98d9aea22e0d26b57255407731aa07b793c0c (diff)
scanner: Add yyparse prototype
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 02ed7a5..97aec14 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -977,6 +977,7 @@ extern void synerr(const char *); /* report a syntax error */
extern void format_warn(const char *, const char *);
extern void lwarn(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 */