X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8d2a5fb44f375599c14c4c03cdec3954962a2ef5..2cd79449377bbb32a66849c7904f255698f78ad6:/perly.h diff --git a/perly.h b/perly.h index e9ac3e5..9295f54 100644 --- a/perly.h +++ b/perly.h @@ -4,6 +4,8 @@ Any changes made here will be lost! */ +#define PERL_BISON_VERSION 20003 + #ifdef PERL_CORE /* A Bison parser, made by GNU Bison 2.3. */ @@ -120,12 +122,12 @@ REFGEN = 329, UMINUS = 330, POWOP = 331, - POSTDEC = 332, - POSTINC = 333, - PREDEC = 334, - PREINC = 335, - ARROW = 336, - PEG = 337 + POSTJOIN = 332, + POSTDEC = 333, + POSTINC = 334, + PREDEC = 335, + PREINC = 336, + ARROW = 337 }; #endif /* Tokens. */ @@ -203,12 +205,12 @@ #define REFGEN 329 #define UMINUS 330 #define POWOP 331 -#define POSTDEC 332 -#define POSTINC 333 -#define PREDEC 334 -#define PREINC 335 -#define ARROW 336 -#define PEG 337 +#define POSTJOIN 332 +#define POSTDEC 333 +#define POSTINC 334 +#define PREDEC 335 +#define PREINC 336 +#define ARROW 337 @@ -244,16 +246,6 @@ typedef union YYSTYPE char *pval; OP *opval; GV *gvval; -#ifdef PERL_IN_MADLY_C - TOKEN* p_tkval; - TOKEN* i_tkval; -#else - char *p_tkval; - I32 i_tkval; -#endif -#ifdef PERL_MAD - TOKEN* tkval; -#endif } /* Line 1529 of yacc.c. */ YYSTYPE; @@ -266,6 +258,6 @@ typedef union YYSTYPE /* Generated from: - * 8f20aa8c321935dad8457c5b097cd153aacc2f87cd51dc911d1d791d045b642f perly.y - * 4a3ced51fe6585f6ec59e65e1ffd74bc976c498b0e6992eaab337219fee72e51 regen_perly.pl + * 70adb6e1be5382fb5c8cd783cd886cb4725c98a3e69c54eb16da5d7829d929aa perly.y + * 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl * ex: set ro: */