Sync to Wine-0_9_5:

Alexandre Julliard <[email protected]>
- Support building flex files without debug support.
- Added some flex options to avoid compiler warnings.
  Moved options from the Makefile into the source.

svn path=/trunk/; revision=20614
This commit is contained in:
Gé van Geldorp
2006-01-06 17:26:49 +00:00
parent 59921c5d0a
commit 1ac6ad3e2d
3 changed files with 758 additions and 13547 deletions
+753 -13544
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -1,4 +1,4 @@
/*
/* -*-C-*-
* Wrc preprocessor lexical analysis
*
* Copyright 1999-2000 Bertho A. Stultiens (BS)
@@ -127,7 +127,9 @@
* Special flex options and exclusive scanner start-conditions
*/
%option stack
%option never-interactive
%option 8bit never-interactive
%option nounput
%option prefix="pp"
%x pp_pp
%x pp_eol
+1 -1
View File
@@ -28,7 +28,7 @@
#include "wpp_private.h"
#include "wine/wpp.h"
int ppdebug;
int ppdebug, pp_flex_debug;
struct define
{