widl: Allow building without debug support in the parser.

This commit is contained in:
Alexandre Julliard 2006-09-09 11:26:20 +02:00
parent a2a8279238
commit aded30dad7
1 changed files with 1 additions and 1 deletions

View File

@ -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;