1
0
mirror of synced 2026-03-09 12:31:40 +00:00

Fix forward declaration of yyin.

This commit is contained in:
Eric Smith
2022-04-28 20:38:30 -06:00
parent de94914387
commit 48badfdcd3

View File

@@ -119,7 +119,7 @@ typedef struct output_page_t
#endif
FILE *yyin;
extern FILE *yyin; // forward declaration, will be defined by bison
int line; /* line number in spec file */
int bookmark_level;