diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-07 22:24:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-07 22:24:28 +0000 |
commit | 0ca9e7c5f00427e141fad33150dcf6f077317af1 (patch) | |
tree | dcda76c178c6d639c74a07ccc63d851e970b03a7 /XSUB.h | |
parent | fafee734dd1789ab8d2c4d54e0089d2894535aeb (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |