summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-10-07 22:24:28 +0000
committerNicholas Clark <nick@ccl4.org>2006-10-07 22:24:28 +0000
commit0ca9e7c5f00427e141fad33150dcf6f077317af1 (patch)
treedcda76c178c6d639c74a07ccc63d851e970b03a7 /XSUB.h
parentfafee734dd1789ab8d2c4d54e0089d2894535aeb (diff)
downloadperl-0ca9e7c5f00427e141fad33150dcf6f077317af1.tar.gz
No need to create a new magic vtable if it's all 0 pointers.
[And these are function pointers, so they're not NULL :-)] p4raw-id: //depot/perl@28962
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 e4cc8167ed..de5d33b7c9 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -391,7 +391,6 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
# define VTBL_uvar &PL_vtbl_uvar
# define VTBL_defelem &PL_vtbl_defelem
# define VTBL_regexp &PL_vtbl_regexp
-# define VTBL_regdata_names &PL_vtbl_regdata_names
# define VTBL_regdata &PL_vtbl_regdata
# define VTBL_regdatum &PL_vtbl_regdatum
# ifdef USE_LOCALE_COLLATE