summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-25 22:50:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-25 22:50:41 +0000
commitfc958cd21b6b02cb1fed0dc8987763f148139c61 (patch)
tree2398ad1f6662cc7d7d4b8352343bdfd2a36bf891 /perl.h
parentc6c92ad9aa3b5b6a66a3748673a5a2c7621c6163 (diff)
downloadperl-fc958cd21b6b02cb1fed0dc8987763f148139c61.tar.gz
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..)
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 659d8b6862..2f3b2d29e1 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