X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;fp=src%2Fparser_proc.h;h=79b24dc2c2a405354e3bd8f22fafcf1d4a5f22a7;hp=9b09ccda9d746f32a0432f71d82dfeff5f576de3;hb=31cfe5e5e1bd44d408c5869e63fcc7419e81c294;hpb=fbd71a516e68ea8b106261f450c7f215349b24c4 diff --git a/src/parser_proc.h b/src/parser_proc.h index 9b09ccd..79b24dc 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -234,6 +234,8 @@ union YYSTYPE struct psi_decl_arg * PSI_T_decl_functor; /* decl_func */ struct psi_decl_arg * PSI_T_decl_func; + /* decl_anon_arg */ + struct psi_decl_arg * PSI_T_decl_anon_arg; /* decl_arg */ struct psi_decl_arg * PSI_T_decl_arg; /* decl_enum */ @@ -670,7 +672,7 @@ union YYSTYPE struct psi_token * PSI_T_assert_stmt_token; /* impl_stmt */ struct psi_token ** PSI_T_impl_stmt; -#line 674 "src/parser_proc.h" /* glr.c:197 */ +#line 676 "src/parser_proc.h" /* glr.c:197 */ }; typedef union YYSTYPE YYSTYPE;