make the dMY_CXT stuff available under all of
MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
p4raw-link: @12660 on //depot/maint-5.6/perl:
a70d410d4148e74336b898085586ebf4fe5e0ddc
p4raw-id: //depot/perl@12662
p4raw-integrated: from //depot/maint-5.6/perl@12661 'merge in' perl.h
(@12652..)
* access MY_CXT.
*/
-#if defined(USE_ITHREADS)
+#if defined(PERL_IMPLICIT_CONTEXT)
/* 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