mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
winedbg: Allow building without debug support in the parser.
This commit is contained in:
parent
050c8942d1
commit
dfd1abfa57
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
@ -509,10 +510,6 @@ void parser_handle(HANDLE input)
|
||||
HANDLE in_copy = dbg_parser_input;
|
||||
HANDLE out_copy = dbg_parser_output;
|
||||
|
||||
#ifdef YYDEBUG
|
||||
yydebug = 0;
|
||||
#endif
|
||||
|
||||
ret_ok = FALSE;
|
||||
|
||||
if (input != INVALID_HANDLE_VALUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user