]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
* src/scan-gram.l: Be robust to BRACED_CODE appearing before any
[bison.git] / tests / headers.at
index 02d54632fa55e22bec5251d4fc6020aa66f0d378..a348d65b2770d6a4a44c15ce350670ec34af3583 100644 (file)
@@ -58,6 +58,8 @@ AS_MKDIR_P([$dirname])
 AT_DATA_GRAMMAR([$1.y],
 [%{
 #include <$1.h>
+void yyerror (const char *);
+int yylex (void);
 %}
 %%
 dummy:;