X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fe6c2fdef2d0565fc38f60737fadebc8ccfe1e69..e4f0316ae096a728e62032fa33bc6c42cf4b6455:/tests/headers.at?ds=sidebyside diff --git a/tests/headers.at b/tests/headers.at index 02d54632..a348d65b 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -58,6 +58,8 @@ AS_MKDIR_P([$dirname]) AT_DATA_GRAMMAR([$1.y], [%{ #include <$1.h> +void yyerror (const char *); +int yylex (void); %} %% dummy:;