diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-01 15:56:41 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-01 15:56:41 +0000 |
commit | e0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a (patch) | |
tree | 9bc8001d908ae1650a88c98c2763dca71833d74d /perl.h | |
parent | 2cdc9b22730c34a34c3c15d3c3097510ac4ecd5d (diff) | |
parent | 1af02f2f72003c23e9533d3b518e83e07a16e5f6 (diff) | |
download | perl-e0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@14926
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -42,6 +42,10 @@ /* See L<perlguts/"The Perl API"> for detailed notes on * PERL_IMPLICIT_CONTEXT and PERL_IMPLICIT_SYS */ +/* Note that from here --> to <-- the same logic is + * repeated in makedef.pl, so be certain to update + * both places when editing. */ + #ifdef PERL_IMPLICIT_SYS /* PERL_IMPLICIT_SYS implies PerlMemShared != PerlMem so use slab allocator to avoid lots of MUTEX overhead @@ -69,6 +73,8 @@ # endif #endif +/* <--- here ends the logic shared by perl.h and makedef.pl */ + #ifdef PERL_IMPLICIT_CONTEXT # ifdef USE_5005THREADS struct perl_thread; |