From 2f05d4b227379373900b8be63a443408cb2162f3 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 24 Jan 2002 03:57:45 +0000 Subject: [PATCH] bison 1.31 doesnot include stdio.h --- ivlpp/parse.y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivlpp/parse.y b/ivlpp/parse.y index 9b26afaa3..75fa645f1 100644 --- a/ivlpp/parse.y +++ b/ivlpp/parse.y @@ -19,9 +19,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: parse.y,v 1.2 2000/08/20 17:49:05 steve Exp $" +#ident "$Id: parse.y,v 1.3 2002/01/24 03:57:45 steve Exp $" #endif +# include + static void yyerror(const char*msg); %}