X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.h;h=c5b5494bfccfe81fb40965ba844e756ec6cbcc08;hb=c5375c28ff9f285618d7079f4044f72aad1773ab;hp=7c6ec9979b751041dc61560e72e48189172aae9b;hpb=0d863452f5cac86322a90184dc68dbf446006ed7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.h b/perly.h index 7c6ec99..c5b5494 100644 --- a/perly.h +++ b/perly.h @@ -96,7 +96,8 @@ POSTINC = 321, PREDEC = 322, PREINC = 323, - ARROW = 324 + ARROW = 324, + PEG = 325 }; #endif /* Tokens. */ @@ -167,6 +168,7 @@ #define PREDEC 322 #define PREINC 323 #define ARROW 324 +#define PEG 325 @@ -177,11 +179,14 @@ typedef union YYSTYPE { I32 ival; char *pval; +#ifdef PERL_MAD + TOKEN* tkval; +#endif OP *opval; GV *gvval; } YYSTYPE; /* Line 1447 of yacc.c. */ -#line 183 "perly.h" +#line 188 "perly.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1