widl: Allow building without debug support in the parser.
This commit is contained in:
parent
a2a8279238
commit
aded30dad7
|
@ -84,7 +84,7 @@ static const char version_string[] = "Wine IDL Compiler version " PACKAGE_VERSIO
|
|||
|
||||
int win32 = 1;
|
||||
int debuglevel = DEBUGLEVEL_NONE;
|
||||
int yy_flex_debug;
|
||||
int yydebug, yy_flex_debug;
|
||||
|
||||
int pedantic = 0;
|
||||
static int do_everything = 1;
|
||||
|
|
Loading…
Reference in New Issue