From fc958cd21b6b02cb1fed0dc8987763f148139c61 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 25 Oct 2001 22:50:41 +0000 Subject: [PATCH] Integrate change #12660 from maintperl; 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..) --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.h b/perl.h index 659d8b6..2f3b2d2 100644 --- a/perl.h +++ b/perl.h @@ -3795,7 +3795,7 @@ typedef struct am_table_short AMTS; * 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 -- 2.7.4