This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.
authorNicholas Clark <nick@ccl4.org>
Fri, 13 May 2011 11:36:44 +0000 (12:36 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 08:12:17 +0000 (10:12 +0200)
commit4de01b548a201d0dc90101ced2980c754fbf0e00
treeb1531c8ea052aa2d1afc2e91cbd0b96cddb08f1d
parentcf7604caebfaeac604debd44c58db505ce98d732
Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.

Magic with a NULL vtable is equivalent to magic with a vtable of all 0s.
On CPAN, only Apache::Peek's code for 5.005 is referencing it.
XSUB.h
dump.c
globvar.sym
perl.h
pod/perlguts.pod
sv.c
util.c