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. */ /* Definitions we need in the parser. */
#define YYSTYPE char *
#include <errno.h> #include <errno.h>
#ifdef DEBUG_DMALLOC #ifdef DEBUG_DMALLOC
# include <dmalloc.h> # include <dmalloc.h>