]> git.saurik.com Git - bison.git/commitdiff
* tests/regression.at (%nonassoc and eof): Don't include non
authorAkim Demaille <akim@epita.fr>
Mon, 11 Feb 2002 13:31:14 +0000 (13:31 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 11 Feb 2002 13:31:14 +0000 (13:31 +0000)
portable headers.

ChangeLog
NEWS
tests/regression.at

index 5bc730c69b73119b16d58c30e882a4f037295f5e..ca37ec813af18c0a5253266d277c06f0e5915f74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 5bbe5c8f620e2f2b8024254733cb77da550aa9c4..ae8879792b1d95ed4fb7a526cc83356b3ab71bb9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Bison News
 
 Changes in version 1.33a:
 
+* Fix portability problems within the test suite.
 \f
 Changes in version 1.33, 2002-02-07:
 
index c21d91d7cf0519ed6fa7c49afad2ec6ef4bf1dfd..647398c35692015e2519d41c4647d98c14ab38cd 100644 (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 { \