mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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:
@@ -58,6 +58,8 @@ AS_MKDIR_P([$dirname])
|
||||
AT_DATA_GRAMMAR([$1.y],
|
||||
[%{
|
||||
#include <$1.h>
|
||||
void yyerror (const char *);
|
||||
int yylex (void);
|
||||
%}
|
||||
%%
|
||||
dummy:;
|
||||
|
||||
Reference in New Issue
Block a user