Added definition of YYSTYPE.
This commit is contained in:
parent
d0e19399e6
commit
55f89a924d
@ -20,6 +20,8 @@
|
||||
%{
|
||||
/* Definitions we need in the parser. */
|
||||
|
||||
#define YYSTYPE char *
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef DEBUG_DMALLOC
|
||||
# include <dmalloc.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user