Support building flex files without debug support.
This commit is contained in:
parent
97ede2dca8
commit
88991e2a4e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue