X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/705fe0e5f8a324e10c292190237cac35c5af4109..2cd79449377bbb32a66849c7904f255698f78ad6:/perly.h diff --git a/perly.h b/perly.h index daa777b..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. */ @@ -100,33 +102,32 @@ NOAMP = 309, LOCAL = 310, MY = 311, - MYSUB = 312, - REQUIRE = 313, - COLONATTR = 314, - FORMLBRACK = 315, - FORMRBRACK = 316, - PREC_LOW = 317, - DOROP = 318, - OROP = 319, - ANDOP = 320, - NOTOP = 321, - ASSIGNOP = 322, - DORDOR = 323, - OROR = 324, - ANDAND = 325, - BITOROP = 326, - BITANDOP = 327, - SHIFTOP = 328, - MATCHOP = 329, - REFGEN = 330, - UMINUS = 331, - POWOP = 332, + REQUIRE = 312, + COLONATTR = 313, + FORMLBRACK = 314, + FORMRBRACK = 315, + PREC_LOW = 316, + DOROP = 317, + OROP = 318, + ANDOP = 319, + NOTOP = 320, + ASSIGNOP = 321, + DORDOR = 322, + OROR = 323, + ANDAND = 324, + BITOROP = 325, + BITANDOP = 326, + SHIFTOP = 327, + MATCHOP = 328, + REFGEN = 329, + UMINUS = 330, + POWOP = 331, + POSTJOIN = 332, POSTDEC = 333, POSTINC = 334, PREDEC = 335, PREINC = 336, - ARROW = 337, - PEG = 338 + ARROW = 337 }; #endif /* Tokens. */ @@ -184,33 +185,32 @@ #define NOAMP 309 #define LOCAL 310 #define MY 311 -#define MYSUB 312 -#define REQUIRE 313 -#define COLONATTR 314 -#define FORMLBRACK 315 -#define FORMRBRACK 316 -#define PREC_LOW 317 -#define DOROP 318 -#define OROP 319 -#define ANDOP 320 -#define NOTOP 321 -#define ASSIGNOP 322 -#define DORDOR 323 -#define OROR 324 -#define ANDAND 325 -#define BITOROP 326 -#define BITANDOP 327 -#define SHIFTOP 328 -#define MATCHOP 329 -#define REFGEN 330 -#define UMINUS 331 -#define POWOP 332 +#define REQUIRE 312 +#define COLONATTR 313 +#define FORMLBRACK 314 +#define FORMRBRACK 315 +#define PREC_LOW 316 +#define DOROP 317 +#define OROP 318 +#define ANDOP 319 +#define NOTOP 320 +#define ASSIGNOP 321 +#define DORDOR 322 +#define OROR 323 +#define ANDAND 324 +#define BITOROP 325 +#define BITANDOP 326 +#define SHIFTOP 327 +#define MATCHOP 328 +#define REFGEN 329 +#define UMINUS 330 +#define POWOP 331 +#define POSTJOIN 332 #define POSTDEC 333 #define POSTINC 334 #define PREDEC 335 #define PREINC 336 #define ARROW 337 -#define PEG 338 @@ -246,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; @@ -268,6 +258,6 @@ typedef union YYSTYPE /* Generated from: - * 580d1bac82838fb0ae1e092010e776fb247f0d4cb68834a166507fae86707700 perly.y - * 4a3ced51fe6585f6ec59e65e1ffd74bc976c498b0e6992eaab337219fee72e51 regen_perly.pl + * 70adb6e1be5382fb5c8cd783cd886cb4725c98a3e69c54eb16da5d7829d929aa perly.y + * 3e1dff60f26df8933d7aed0c0e87177a0f022c14800c0707eb62a7db4196ac98 regen_perly.pl * ex: set ro: */