From: Akim Demaille Date: Mon, 11 Feb 2002 13:31:14 +0000 (+0000) Subject: * tests/regression.at (%nonassoc and eof): Don't include non X-Git-Tag: BISON-1_33a~13 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9cbe3c4878f786f8869067dc19407bacd0844716?ds=inline * tests/regression.at (%nonassoc and eof): Don't include non portable headers. --- diff --git a/ChangeLog b/ChangeLog index 5bc730c6..ca37ec81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-11 Akim Demaille + + * tests/regression.at (%nonassoc and eof): Don't include non + portable headers. + 2002-02-07 Akim Demaille Version 1.33. diff --git a/NEWS b/NEWS index 5bbe5c8f..ae887979 100644 --- a/NEWS +++ b/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: diff --git a/tests/regression.at b/tests/regression.at index c21d91d7..647398c3 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -29,9 +29,7 @@ AT_DATA([input.y], [[ %{ #include -#include -#include -#include + #define YYERROR_VERBOSE 1 #define yyerror(Msg) \ do { \