diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-02-19 19:47:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-02-19 19:47:14 +0100 |
commit | d399cf59bde32e412ae99791ae46a871c7337b42 (patch) | |
tree | d380f8b298586831c1a05b490b6d8a21dd01f7b2 /makedef.pl | |
parent | e914d9bb761c46152f77ac90b434b263b133fcbc (diff) | |
download | perl-d399cf59bde32e412ae99791ae46a871c7337b42.tar.gz |
Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 6c1b8f3c32..eefbbe4fa6 100644 --- a/makedef.pl +++ b/makedef.pl @@ -452,7 +452,7 @@ unless ($define{PERL_MAD}) { unless ($define{'MULTIPLICITY'}) { ++$skip{$_} foreach qw( PL_interp_size - PL_interp_size_5_16_0 + PL_interp_size_5_18_0 ); } |