X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=be49e7e58e007d132421b9807c32e353a4ff163a;hp=021c8867d592a683192f837ec06d23fc986c10a6;hb=c5b2de8ed1d92dd42f910d4347d9175f27e3acbb;hpb=c101a4de2983791d5892e60d765b73b6b3ccf6f8 diff --git a/src/parser_proc.h b/src/parser_proc.h index 021c886..be49e7e 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -220,12 +220,16 @@ union YYSTYPE struct psi_decl * PSI_T_decl_stmt; /* decl */ struct psi_decl * PSI_T_decl; + /* decl_body */ + struct psi_decl * PSI_T_decl_body; + /* decl_func_body */ + struct psi_decl * PSI_T_decl_func_body; + /* decl_functor_body */ + struct psi_decl * PSI_T_decl_functor_body; /* decl_typedef */ struct psi_decl_arg * PSI_T_decl_typedef; /* typedef */ struct psi_decl_arg * PSI_T_typedef; - /* decl_fn */ - struct psi_decl_arg * PSI_T_decl_fn; /* decl_functor */ struct psi_decl_arg * PSI_T_decl_functor; /* decl_func */ @@ -664,7 +668,7 @@ union YYSTYPE struct psi_token * PSI_T_assert_stmt_token; /* impl_stmt */ struct psi_token ** PSI_T_impl_stmt; -#line 668 "src/parser_proc.h" /* glr.c:197 */ +#line 672 "src/parser_proc.h" /* glr.c:197 */ }; typedef union YYSTYPE YYSTYPE;