[PATCH] Fixes compile error in parser.l

Jonathan Powell jpowell at jpowell.co.uk
Tue Sep 12 16:47:10 CDT 2006


tools/widl/parser.y |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

3f660208b4a978cc2df6e6b075207c443fd5e6ac
diff --git a/tools/widl/parser.y b/tools/widl/parser.y
index 63e4c6d..b331827 100644
--- a/tools/widl/parser.y
+++ b/tools/widl/parser.y
@@ -126,6 +126,7 @@ static void check_arg(var_t *arg);
     unsigned int num;
 }
 
+%name-prefix="parser_"
 %token <str> aIDENTIFIER
 %token <str> aKNOWNTYPE
 %token <num> aNUM aHEXNUM
-- 
1.1.3




More information about the wine-patches mailing list