summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-13 12:36:44 +0100
committerNicholas Clark <nick@ccl4.org>2011-06-11 10:12:17 +0200
commit4de01b548a201d0dc90101ced2980c754fbf0e00 (patch)
treeb1531c8ea052aa2d1afc2e91cbd0b96cddb08f1d /XSUB.h
parentcf7604caebfaeac604debd44c58db505ce98d732 (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index a2cfccd8db..5b5e3c81d2 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -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