Commit aded30da authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Allow building without debug support in the parser.

parent a2a82792
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment