commit | cc44aa99b492b150eadd827e6d1229681424874b | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Sep 09 11:26:24 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Sep 09 11:26:24 2006 +0200 |
tree | 64ad7c16909cb9135b179961aab7fc47daf08616 | |
parent | aded30dad76611cc650ba15f7bf719cf5c0605b1 [diff] |
wmc: Allow building without debug support in the parser.
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 @@ 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);