X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=a1e2ddf4b1074b22f5806fdda169fb7b2a7702bc;hp=9b09ccda9d746f32a0432f71d82dfeff5f576de3;hb=a2a2428b6e50787a7f33151275fb5ceabc7c5621;hpb=b09850fb2c28c23547fed5ac83faf0fa2d3e6b8b diff --git a/src/parser_proc.h b/src/parser_proc.h index 9b09ccd..a1e2ddf 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -40,7 +40,7 @@ extern int psi_parser_proc_debug; #endif /* "%code requires" blocks. */ -#line 93 "src/parser_proc_grammar.y" /* glr.c:197 */ +#line 92 "src/parser_proc_grammar.y" /* glr.c:197 */ #include "plist.h" #include "types/layout.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;