diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-15 16:14:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-15 16:14:22 +0000 |
commit | d2fdf8fdbe6e667aa21f187390b3b412d8fccba9 (patch) | |
tree | 434f879a0b3a77fbe2c2545680376123cfca61d5 /perly.h | |
parent | cbe583b960c195821416c9520625ddc997fe7668 (diff) | |
download | perl-d2fdf8fdbe6e667aa21f187390b3b412d8fccba9.tar.gz |
Patch by Gerard Goossen to add madprops to "require" opcode
p4raw-id: //depot/perl@30599
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ typedef union YYSTYPE TOKEN* tkval; #endif } -/* Line 1489 of yacc.c. */ +/* Line 1529 of yacc.c. */ YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |