wmc: Allow building without debug support in the parser.

This commit is contained in:
Alexandre Julliard 2006-09-09 11:26:24 +02:00
parent aded30dad7
commit cc44aa99b4

View file

@ -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);