summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDouglas Lankshear <doug@lankshear.net>1998-07-21 04:08:00 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-07-22 07:36:38 +0000
commit7a5f8e8207845ff5a07842e34a6849920492a274 (patch)
tree832a1462a5d4325984a2ce8031730b0b88a12f6e /perl.c
parentb7aad4feeb4ebd759b54e75dd2786128ab647f94 (diff)
downloadperl-7a5f8e8207845ff5a07842e34a6849920492a274.tar.gz
win32 tweaks: disable XSLOCKS in perl.c, correct typo, search
the registry for anything that begins with "PERL", not "PERL5" Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1629
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index df306dc0e1..27936cf64e 100644
--- a/perl.c
+++ b/perl.c
@@ -2957,6 +2957,9 @@ my_exit_jump(void)
JMPENV_JUMP(2);
}
+#ifdef PERL_OBJECT
+#define NO_XSLOCKS
+#endif /* PERL_OBJECT */
#include "XSUB.h"