summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-02-24 02:56:02 +0000
committerSteve Peters <steve@fisharerojo.org>2006-02-24 02:56:02 +0000
commitc696a6a43b0b5a16f820f8a91db4e187fc9ac45b (patch)
treee78da0e4e1e2c416f23f1018d58a35bceeb474f1 /XSUB.h
parent3476b56103cbe13508b1fd6b46ae7b9cb6e0f7ed (diff)
downloadperl-c696a6a43b0b5a16f820f8a91db4e187fc9ac45b.tar.gz
Revert change #27295, which I thought fixed builds on Win32.
Instead remove &PL_vtbl_glob from globvar.sym. p4raw-link: @27295 on //depot/perl: 3476b56103cbe13508b1fd6b46ae7b9cb6e0f7ed p4raw-id: //depot/perl@27296
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XSUB.h b/XSUB.h
index 03e6f835c0..9f881a2ebd 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -376,6 +376,7 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
# define VTBL_isa &PL_vtbl_isa
# define VTBL_isaelem &PL_vtbl_isaelem
# define VTBL_arylen &PL_vtbl_arylen
+# define VTBL_glob &PL_vtbl_glob
# define VTBL_mglob &PL_vtbl_mglob
# define VTBL_nkeys &PL_vtbl_nkeys
# define VTBL_taint &PL_vtbl_taint