X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fparser.tab.h;h=c0ec10c34e90cd25ae2bd814b01cdb822640e982;hb=e4687b3aa2aed49fb16ba9e9561344d808750297;hp=b4d1e5935d0945512ac3d2d2e429ba4f327bdb5e;hpb=62a83d162b254d91da418cee25f5b87b067a3f92;p=swftools.git diff --git a/lib/as3/parser.tab.h b/lib/as3/parser.tab.h index b4d1e59..c0ec10c 100644 --- a/lib/as3/parser.tab.h +++ b/lib/as3/parser.tab.h @@ -116,33 +116,35 @@ T_DIVBY = 332, T_MODBY = 333, T_MULBY = 334, - T_PLUSBY = 335, - T_MINUSBY = 336, - T_XORBY = 337, - T_SHRBY = 338, - T_SHLBY = 339, - T_USHRBY = 340, - T_OROR = 341, - T_ANDAND = 342, - T_COLONCOLON = 343, - T_MINUSMINUS = 344, - T_PLUSPLUS = 345, - T_DOTDOT = 346, - T_DOTDOTDOT = 347, - T_SHL = 348, - T_USHR = 349, - T_SHR = 350, - prec_none = 351, - below_semicolon = 352, - below_assignment = 353, - below_minus = 355, - minusminus_prefix = 356, - plusplus_prefix = 357, - below_curly = 358, - new2 = 359, - above_identifier = 360, - below_else = 361, - above_function = 362 + T_ANDBY = 335, + T_PLUSBY = 336, + T_MINUSBY = 337, + T_XORBY = 338, + T_SHRBY = 339, + T_SHLBY = 340, + T_USHRBY = 341, + T_OROR = 342, + T_ANDAND = 343, + T_COLONCOLON = 344, + T_MINUSMINUS = 345, + T_PLUSPLUS = 346, + T_DOTDOT = 347, + T_DOTDOTDOT = 348, + T_SHL = 349, + T_USHR = 350, + T_SHR = 351, + prec_none = 352, + below_semicolon = 353, + below_assignment = 354, + below_lt = 355, + below_minus = 356, + minusminus_prefix = 357, + plusplus_prefix = 358, + below_curly = 359, + new2 = 360, + above_identifier = 361, + below_else = 362, + above_function = 363 }; #endif @@ -151,12 +153,12 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union /* Line 1685 of skeleton.m4 */ -#line 46 "parser.y" +#line 47 "parser.y" tokenunion { /* Line 1685 of skeleton.m4 */ -#line 46 "parser.y" +#line 47 "parser.y" enum yytokentype token; @@ -182,6 +184,7 @@ tokenunion regexp_t regexp; modifiers_t flags; namespace_decl_t* namespace_decl; + node_t*node; struct { abc_exception_list_t *l; code_t*finally; @@ -190,7 +193,7 @@ tokenunion /* Line 1685 of skeleton.m4 */ -#line 194 "parser.tab.h" +#line 197 "parser.tab.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */