diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 22:50:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 22:50:41 +0000 |
commit | fc958cd21b6b02cb1fed0dc8987763f148139c61 (patch) | |
tree | 2398ad1f6662cc7d7d4b8352343bdfd2a36bf891 /perl.h | |
parent | c6c92ad9aa3b5b6a66a3748673a5a2c7621c6163 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |