Alexandre Julliard : msxml3: Use %define api.pure instead of %pure-parser.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 16:41:56 CST 2019


Module: wine
Branch: master
Commit: 096eda01cce80fe3338aa26b00dacade504c7c4c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=096eda01cce80fe3338aa26b00dacade504c7c4c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov 25 14:37:39 2019 +0100

msxml3: Use %define api.pure instead of %pure-parser.

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msxml3/xslpattern.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/xslpattern.y b/dlls/msxml3/xslpattern.y
index 0cefe59168..4a2aad215c 100644
--- a/dlls/msxml3/xslpattern.y
+++ b/dlls/msxml3/xslpattern.y
@@ -70,7 +70,7 @@ static void xslpattern_error(parser_param* param, void const* scanner, char cons
 
 %start XSLPattern
 
-%pure-parser
+%define api.pure
 %parse-param {parser_param* p}
 %parse-param {void* scanner}
 %lex-param {yyscan_t* scanner}




More information about the wine-cvs mailing list