summaryrefslogtreecommitdiff
path: root/regen/mg_vtable.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-14 09:41:18 +0100
committerNicholas Clark <nick@ccl4.org>2011-06-11 10:39:31 +0200
commitb76b0bf9b926e6a5504a59a935a232eb91d44437 (patch)
tree455cc52b96e804f581ded5f59fdc5d5d3fadf4cb /regen/mg_vtable.pl
parentb2e9fc6f32369f6de4f37da887e1e7c4a48dd506 (diff)
downloadperl-b76b0bf9b926e6a5504a59a935a232eb91d44437.tar.gz
Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.
Also, in Perl_sv_magic() merge the case for PERL_MAGIC_dbfile with the others that return a NULL vtable.
Diffstat (limited to 'regen/mg_vtable.pl')
-rw-r--r--regen/mg_vtable.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/mg_vtable.pl b/regen/mg_vtable.pl
index 20ba5778bb..0e78029571 100644
--- a/regen/mg_vtable.pl
+++ b/regen/mg_vtable.pl
@@ -129,7 +129,7 @@ EXT_MGVTBL PL_magic_vtables[magic_vtable_max];
EOH
-print $h @aliases, "\n";;
+print $h (sort @aliases), "\n";
print $h "#define PL_vtbl_$_ PL_magic_vtables[want_vtbl_$_]\n"
foreach sort @vtable_names;