Support building flex files without debug support.

This commit is contained in:
Alexandre Julliard 2006-01-03 15:11:46 +01:00
parent 97ede2dca8
commit 88991e2a4e
3 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "wpp_private.h"
#include "wine/wpp.h"
int ppdebug;
int ppdebug, pp_flex_debug;
struct define
{

View File

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

View File

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