wrc: Allow building without debug support in the parser.

This commit is contained in:
Alexandre Julliard 2006-09-09 11:26:29 +02:00
parent cc44aa99b4
commit 050c8942d1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */