Change 34503 by [EMAIL PROTECTED] on 2008/10/18 13:19:20
Get things *building* again with 5005 threads.
Affected files ...
... //depot/maint-5.8/perl/perl.h#186 edit
Differences ...
==== //depot/maint-5.8/perl/perl.h#186 (text) ====
Index: perl/perl.h
--- perl/perl.h#185~34298~ 2008-09-06 07:47:42.000000000 -0700
+++ perl/perl.h 2008-10-18 06:19:20.000000000 -0700
@@ -5345,7 +5345,7 @@
* access MY_CXT.
*/
-#if defined(PERL_IMPLICIT_CONTEXT)
+#if defined(PERL_IMPLICIT_CONTEXT) && !defined(USE_5005THREADS)
/* This must appear in all extensions that define a my_cxt_t structure,
* right after the definition (i.e. at file scope). The non-threads
End of Patch.