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

nonportable headers.
This commit is contained in:
Akim Demaille
2002-02-11 13:38:43 +00:00
parent 8d69a1a3ae
commit b418ecd84f
12 changed files with 16 additions and 13 deletions

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