From 565764a853a177193a027e73655fad354d57fc10 Mon Sep 17 00:00:00 2001 From: Douglas Lankshear Date: Sun, 1 Feb 1998 01:18:13 -0800 Subject: [asperl] added AS patch#3 Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com> To: "'Gurusamy Sarathy'" Here's an additional diff against //depot/asperl The field name mg_length was changed back to mg_len The function name mg_len was change to mg_length The need for sort_mutex removed thanks to the code derived from Tom Horsley's work. -- Doug p4raw-id: //depot/asperl@451 --- universal.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'universal.c') diff --git a/universal.c b/universal.c index 18989aaf02..72da1e4937 100644 --- a/universal.c +++ b/universal.c @@ -100,6 +100,10 @@ sv_derived_from(SV *sv, char *name) } +#ifdef PERL_OBJECT +#define NO_XSLOCKS +#endif /* PERL_OBJECT */ + #include "XSUB.h" static -- cgit v1.2.1