* tests/regression.at (%nonassoc and eof): Don't include non

portable headers.
This commit is contained in:
Akim Demaille
2002-02-11 13:31:14 +00:00
parent d961d172be
commit 9cbe3c4878
3 changed files with 7 additions and 3 deletions

View File

@@ -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
View File

@@ -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:

View File

@@ -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 { \