From 050c8942d1b548f4cfc36d7b9b8259be79bdc600 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 9 Sep 2006 11:26:29 +0200 Subject: [PATCH] wrc: Allow building without debug support in the parser. --- tools/wrc/wrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 7b713613bf6..fd284aa702c 100644 --- a/tools/wrc/wrc.c +++ b/tools/wrc/wrc.c @@ -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 */ -- 2.11.4.GIT