Commit 050c8942 authored by Alexandre Julliard's avatar Alexandre Julliard

wrc: Allow building without debug support in the parser.

parent cc44aa99
......@@ -166,7 +166,7 @@ int char_number = 1; /* The current char pos within the line */
char *cmdline; /* The entire commandline */
time_t now; /* The time of start of wrc */
int yy_flex_debug;
int yydebug, yy_flex_debug;
resource_t *resource_top; /* The top of the parsed resources */
......
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