summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-03-01 15:56:41 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-03-01 15:56:41 +0000
commite0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a (patch)
tree9bc8001d908ae1650a88c98c2763dca71833d74d /perl.h
parent2cdc9b22730c34a34c3c15d3c3097510ac4ecd5d (diff)
parent1af02f2f72003c23e9533d3b518e83e07a16e5f6 (diff)
downloadperl-e0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@14926
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 856e0be63a..4f94734f7a 100644
--- a/perl.h
+++ b/perl.h
@@ -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;