Alexandre Julliard : widl: Allow building without debug support in the parser.

Alexandre Julliard julliard at wine.codeweavers.com
Sun Sep 10 03:28:12 CDT 2006


Module: wine
Branch: master
Commit: aded30dad76611cc650ba15f7bf719cf5c0605b1
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=aded30dad76611cc650ba15f7bf719cf5c0605b1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Sep  9 11:26:20 2006 +0200

widl: Allow building without debug support in the parser.

---

 tools/widl/widl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/widl.c b/tools/widl/widl.c
index c2456f1..39cd9be 100644
--- a/tools/widl/widl.c
+++ b/tools/widl/widl.c
@@ -84,7 +84,7 @@ static const char version_string[] = "Wi
 
 int win32 = 1;
 int debuglevel = DEBUGLEVEL_NONE;
-int yy_flex_debug;
+int yydebug, yy_flex_debug;
 
 int pedantic = 0;
 static int do_everything = 1;




More information about the wine-cvs mailing list