Alexandre Julliard : wmc: Allow building without debug support in the parser.

Alexandre Julliard julliard at wine.codeweavers.com
Sun Sep 10 03:28:13 CDT 2006


Module: wine
Branch: master
Commit: cc44aa99b492b150eadd827e6d1229681424874b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=cc44aa99b492b150eadd827e6d1229681424874b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Sep  9 11:26:24 2006 +0200

wmc: Allow building without debug support in the parser.

---

 tools/wmc/wmc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/wmc/wmc.c b/tools/wmc/wmc.c
index 858606f..4dd9889 100644
--- a/tools/wmc/wmc.c
+++ b/tools/wmc/wmc.c
@@ -113,6 +113,8 @@ int char_number = 1;		/* The current cha
 char *cmdline;			/* The entire commandline */
 time_t now;			/* The time of start of wmc */
 
+int yydebug;
+
 int getopt (int argc, char *const *argv, const char *optstring);
 static void segvhandler(int sig);
 




More information about the wine-cvs mailing list