Module: wine Branch: master Commit: cc44aa99b492b150eadd827e6d1229681424874b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=cc44aa99b492b150eadd827e...
Author: Alexandre Julliard julliard@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);