Commit cc44aa99 authored by Alexandre Julliard's avatar Alexandre Julliard

wmc: Allow building without debug support in the parser.

parent aded30da
......@@ -113,6 +113,8 @@ int char_number = 1; /* The current char pos within the line */
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment