summaryrefslogtreecommitdiff
path: root/objXSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-24 03:36:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-24 03:36:30 +0000
commit5f08fbcd6341ee0f8f3c7dfe721098c3bfae1c67 (patch)
treea70127e53b67320af4d734e666f8494d502244f6 /objXSUB.h
parent34b5802582e6ac0ab95ef6940fa408896842b141 (diff)
downloadperl-5f08fbcd6341ee0f8f3c7dfe721098c3bfae1c67.tar.gz
provide locked access to string table for USE_THREADS
p4raw-id: //depot/perl@1863
Diffstat (limited to 'objXSUB.h')
-rw-r--r--objXSUB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/objXSUB.h b/objXSUB.h
index 2c43839370..116075b93b 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -447,6 +447,8 @@
#define PL_strchop pPerl->PL_strchop
#undef PL_strtab
#define PL_strtab pPerl->PL_strtab
+#undef PL_strtab_mutex
+#define PL_strtab_mutex pPerl->PL_strtab_mutex
#undef PL_sub_generation
#define PL_sub_generation pPerl->PL_sub_generation
#undef PL_sublex_info