Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
88991e2a
Commit
88991e2a
authored
Jan 03, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support building flex files without debug support.
parent
97ede2dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
wpp.c
libs/wpp/wpp.c
+1
-1
widl.c
tools/widl/widl.c
+1
-0
wrc.c
tools/wrc/wrc.c
+2
-0
No files found.
libs/wpp/wpp.c
View file @
88991e2a
...
...
@@ -28,7 +28,7 @@
#include "wpp_private.h"
#include "wine/wpp.h"
int
ppdebug
;
int
ppdebug
,
pp_flex_debug
;
struct
define
{
...
...
tools/widl/widl.c
View file @
88991e2a
...
...
@@ -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
;
...
...
tools/wrc/wrc.c
View file @
88991e2a
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment