From f7f31150eea61387be75321cfd98596ad591d386 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Wed, 2 Apr 2008 12:56:47 +0100 Subject: [PATCH] widl: Turn on verbose errors, which gives a little more information in the case of a syntax error. --- tools/widl/parser.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 0f22c65099f..46418a33049 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -63,6 +63,8 @@ # endif #endif +#define YYERROR_VERBOSE + unsigned char pointer_default = RPC_FC_UP; static int is_object_interface = FALSE;