Commit 88991e2a authored by Alexandre Julliard's avatar Alexandre Julliard

Support building flex files without debug support.

parent 97ede2dc
......@@ -28,7 +28,7 @@
#include "wpp_private.h"
#include "wine/wpp.h"
int ppdebug;
int ppdebug, pp_flex_debug;
struct define
{
......
......@@ -80,6 +80,7 @@ static const char version_string[] = "Wine IDL Compiler version " PACKAGE_VERSIO
int win32 = 1;
int debuglevel = DEBUGLEVEL_NONE;
int yy_flex_debug;
int pedantic = 0;
static int do_everything = 1;
......
......@@ -166,6 +166,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 wrc */
int yy_flex_debug;
resource_t *resource_top; /* The top of the parsed resources */
int getopt (int argc, char *const *argv, const char *optstring);
......
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