]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
* lib/.cvsignore: Add charset.alias.
[bison.git] / tests / headers.at
index 02d54632fa55e22bec5251d4fc6020aa66f0d378..4168531c46ed9cb76c2521e920a0b1c0c76fdf6d 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:;
@@ -87,7 +89,7 @@ AT_SETUP([export YYLTYPE])
 AT_DATA_GRAMMAR([input.y],
 [%locations
 
-%name-prefix="my_"
+%name-prefix "my_"
 %{
 #include <stdio.h>
 #include <stdlib.h>