diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 19:10:36 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-20 19:10:36 +0000 |
commit | 44ef8c7de01654d0b33d6fd57119d1e622abb5a2 (patch) | |
tree | 0bcf51285f2251b38e706df61a34f2b4ddc7508a | |
parent | c992311e6ba2e9c6c9a9573d99d0dcd5c110c92c (diff) | |
download | perl-44ef8c7de01654d0b33d6fd57119d1e622abb5a2.tar.gz |
make regen; make regen_perly
-rw-r--r-- | META.yml | 3 | ||||
-rw-r--r-- | perly.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,9 @@ no_index: - dist/constant - dist/Cwd - dist/Data-Dumper + - dist/ExtUtils-Command - dist/ExtUtils-Install + - dist/ExtUtils-Manifest - dist/ExtUtils-ParseXS - dist/Filter-Simple - dist/I18N-LangTags @@ -30,6 +32,7 @@ no_index: - dist/Locale-Maketext - dist/Math-BigInt - dist/Math-BigInt-FastCalc + - dist/Math-BigRat - dist/Module-CoreList - dist/Net-Ping - dist/Pod-Perldoc @@ -221,7 +221,7 @@ typedef union YYSTYPE 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 |