summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-02-19 19:47:14 +0100
committerNicholas Clark <nick@ccl4.org>2013-02-19 19:47:14 +0100
commitd399cf59bde32e412ae99791ae46a871c7337b42 (patch)
treed380f8b298586831c1a05b490b6d8a21dd01f7b2 /makedef.pl
parente914d9bb761c46152f77ac90b434b263b133fcbc (diff)
downloadperl-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.pl2
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
);
}