* NEWS: Version 2.1a.

* tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
since C99 requires this.
This commit is contained in:
Paul Eggert
2006-02-13 19:07:04 +00:00
parent 498e897c67
commit 4e26c69eb6
3 changed files with 24 additions and 19 deletions

View 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:;