diff options
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |