X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fparser.tab.h;h=f5184f6b76603797c87a2b5b6dd2b5f69d25382a;hb=ab2f7a4cd0eda09ff3af29058c45d098f869b598;hp=e14518751ed88ab2fbd9c223358894610be2d380;hpb=c1b77b2459e0b8687428e6f4932797b869caace1;p=swftools.git diff --git a/lib/as3/parser.tab.h b/lib/as3/parser.tab.h index e145187..f5184f6 100644 --- a/lib/as3/parser.tab.h +++ b/lib/as3/parser.tab.h @@ -160,10 +160,11 @@ tokenunion #line 44 "parser.y" enum yytokentype token; - int flags; classinfo_t*classinfo; classinfo_list_t*classinfo_list; + slotinfo_t*slotinfo; + slotinfo_list_t*slotinfo_list; int number_int; unsigned int number_uint; @@ -180,6 +181,8 @@ tokenunion for_start_t for_start; abc_exception_t *exception; regexp_t regexp; + modifiers_t flags; + namespace_decl_t* namespace_decl; struct { abc_exception_list_t *l; code_t*finally; @@ -188,7 +191,7 @@ tokenunion /* Line 1685 of skeleton.m4 */ -#line 192 "parser.tab.h" +#line 195 "parser.tab.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */