* 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

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