Added definition of YYSTYPE.
This commit is contained in:
parent
d0e19399e6
commit
55f89a924d
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user