X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fparser.tab.h;h=3a4ce7393dcda78123ddb00e8411bcc1b41c7c0b;hb=087748fcca85937d7803114c8d38e7175ed68ead;hp=0a125af3fec8888ab3de17ba3423c0d6360781db;hpb=b90a862675445a668b49221a4ac2ead441b9d153;p=swftools.git diff --git a/lib/as3/parser.tab.h b/lib/as3/parser.tab.h index 0a125af..3a4ce73 100644 --- a/lib/as3/parser.tab.h +++ b/lib/as3/parser.tab.h @@ -137,9 +137,10 @@ minusminus_prefix = 355, plusplus_prefix = 356, below_curly = 357, - above_identifier = 358, - below_else = 359, - above_function = 360 + new2 = 358, + above_identifier = 359, + below_else = 360, + above_function = 361 }; #endif @@ -147,13 +148,13 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union -/* Line 1676 of yacc.c */ -#line 41 "parser.y" +/* Line 1685 of skeleton.m4 */ +#line 44 "parser.y" tokenunion { -/* Line 1676 of yacc.c */ -#line 41 "parser.y" +/* Line 1685 of skeleton.m4 */ +#line 44 "parser.y" enum yytokentype token; int flags; @@ -183,14 +184,14 @@ tokenunion -/* Line 1676 of yacc.c */ -#line 188 "parser.tab.h" +/* Line 1685 of skeleton.m4 */ +#line 189 "parser.tab.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif -extern YYSTYPE avm2_lval; +extern YYSTYPE a3_lval;