wok annotate libwebkit-video/stuff/WebCore_css_CSSGrammar.y_124099.diff @ rev 15900
Up efl-dev (1.8.4)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 13 08:17:01 2014 +0100 (2014-02-13) |
parents | |
children |
rev | line source |
---|---|
domcox@14107 | 1 Index: trunk/Source/WebCore/css/CSSGrammar.y |
domcox@14107 | 2 =================================================================== |
domcox@14107 | 3 --- trunk/Source/WebCore/css/CSSGrammar.y (revision 121874) |
domcox@14107 | 4 +++ trunk/Source/WebCore/css/CSSGrammar.y (revision 124099) |
domcox@14107 | 5 @@ -54,11 +54,10 @@ |
domcox@14107 | 6 #define YYDEBUG 0 |
domcox@14107 | 7 |
domcox@14107 | 8 -// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend on bison 2.x |
domcox@14107 | 9 -#define YYPARSE_PARAM parser |
domcox@14107 | 10 -#define YYLEX_PARAM parser |
domcox@14107 | 11 - |
domcox@14107 | 12 %} |
domcox@14107 | 13 |
domcox@14107 | 14 %pure_parser |
domcox@14107 | 15 + |
domcox@14107 | 16 +%parse-param { CSSParser* parser } |
domcox@14107 | 17 +%lex-param { CSSParser* parser } |
domcox@14107 | 18 |
domcox@14107 | 19 %union { |
domcox@14107 | 20 @@ -90,5 +89,5 @@ |
domcox@14107 | 21 %{ |
domcox@14107 | 22 |
domcox@14107 | 23 -static inline int cssyyerror(const char*) |
domcox@14107 | 24 +static inline int cssyyerror(void*, const char*) |
domcox@14107 | 25 { |
domcox@14107 | 26 return 1; |