X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.h;h=f442416599ca8b7c651449b3c9d41979abea1928;hb=cf6c151c4d1b7ed05e154d608f547018d54674bc;hp=cadd5931d4244520ec8d374dcebf1d6b511e7f80;hpb=f05e27e5b9aa3dce0aa1ab50210632677c656114;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.h b/perly.h index cadd593..f442416 100644 --- a/perly.h +++ b/perly.h @@ -187,19 +187,23 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { - I32 ival; + I32 ival; /* __DEFAULT__ (marker for regen_perly.pl; + must always be 1st union member) */ char *pval; OP *opval; GV *gvval; #ifdef PERL_IN_MADLY_C TOKEN* p_tkval; - TOKEN* tkval; + TOKEN* i_tkval; #else char *p_tkval; - I32 tkval; + I32 i_tkval; +#endif +#ifdef PERL_MAD + TOKEN* tkval; #endif } -/* Line 1529 of yacc.c. */ +/* Line 1489 of yacc.c. */ YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1