bison 1.31 doesnot include stdio.h

This commit is contained in:
steve 2002-01-24 03:57:45 +00:00
parent 0b68639f7d
commit 2f05d4b227
1 changed files with 3 additions and 1 deletions

View File

@ -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 <stdio.h>
static void yyerror(const char*msg);
%}