Added definition of YYSTYPE.

This commit is contained in:
Peter Simons 2000-12-16 13:23:51 +00:00
parent d0e19399e6
commit 55f89a924d

View File

@ -20,6 +20,8 @@
%{
/* Definitions we need in the parser. */
#define YYSTYPE char *
#include <errno.h>
#ifdef DEBUG_DMALLOC
# include <dmalloc.h>