diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-13 12:36:44 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-11 10:12:17 +0200 |
commit | 4de01b548a201d0dc90101ced2980c754fbf0e00 (patch) | |
tree | b1531c8ea052aa2d1afc2e91cbd0b96cddb08f1d /XSUB.h | |
parent | cf7604caebfaeac604debd44c58db505ce98d732 (diff) | |
download | perl-4de01b548a201d0dc90101ced2980c754fbf0e00.tar.gz |
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.
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -367,7 +367,6 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">. # define VTBL_sv &PL_vtbl_sv # define VTBL_env &PL_vtbl_env # define VTBL_envelem &PL_vtbl_envelem -# define VTBL_sig &PL_vtbl_sig # define VTBL_sigelem &PL_vtbl_sigelem # define VTBL_pack &PL_vtbl_pack # define VTBL_packelem &PL_vtbl_packelem |