mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* tests/regression.at (%nonassoc and eof): Don't include non
portable headers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-02-11 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/regression.at (%nonassoc and eof): Don't include non
|
||||
portable headers.
|
||||
|
||||
2002-02-07 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 1.33.
|
||||
|
||||
1
NEWS
1
NEWS
@@ -3,6 +3,7 @@ Bison News
|
||||
|
||||
Changes in version 1.33a:
|
||||
|
||||
* Fix portability problems within the test suite.
|
||||
|
||||
Changes in version 1.33, 2002-02-07:
|
||||
|
||||
|
||||
@@ -29,9 +29,7 @@ AT_DATA([input.y],
|
||||
[[
|
||||
%{
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <error.h>
|
||||
|
||||
#define YYERROR_VERBOSE 1
|
||||
#define yyerror(Msg) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user