Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
dfd1abfa
Commit
dfd1abfa
authored
Sep 09, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Allow building without debug support in the parser.
parent
050c8942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
dbg.y
programs/winedbg/dbg.y
+1
-4
No files found.
programs/winedbg/dbg.y
View file @
dfd1abfa
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include "config.h"
#include "config.h"
#include "wine/port.h"
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
...
@@ -509,10 +510,6 @@ void parser_handle(HANDLE input)
...
@@ -509,10 +510,6 @@ void parser_handle(HANDLE input)
HANDLE in_copy = dbg_parser_input;
HANDLE in_copy = dbg_parser_input;
HANDLE out_copy = dbg_parser_output;
HANDLE out_copy = dbg_parser_output;
#ifdef YYDEBUG
yydebug = 0;
#endif
ret_ok = FALSE;
ret_ok = FALSE;
if (input != INVALID_HANDLE_VALUE)
if (input != INVALID_HANDLE_VALUE)
...
...
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