winedbg: YYERROR_VERBOSE

Michal Janusz Miroslaw M.Miroslaw at elka.pw.edu.pl
Fri Sep 19 09:06:10 CDT 2003


ChangeLog:
  - Add verbose parser error reporting (better than 'Parse error').

Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/winedbg/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- Makefile.in	15 Dec 2002 01:19:53 -0000	1.2
+++ Makefile.in	19 Sep 2003 03:11:25 -0000
@@ -31,6 +31,8 @@
 
 @MAKE_PROG_RULES@
 
+DEFS += -DYYERROR_VERBOSE
+
 y.tab.c y.tab.h: dbg.y
 	$(YACC) -d -t $(SRCDIR)/dbg.y
 



More information about the wine-patches mailing list