summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-11-28 14:54:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-11-28 14:54:34 +0000
commitedab1aa3af79c1ef86d921f247dd75c9419a7ac3 (patch)
treedb19f99f55ef2f49a6633d29fe6666611b5c37e8 /intrpvar.h
parentd7a09b413c09654b842604d673ae0943eb928a18 (diff)
downloadperl-edab1aa3af79c1ef86d921f247dd75c9419a7ac3.tar.gz
Slight beauty tweak.
p4raw-id: //depot/perl@18203
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index bb0b46d59c..f44cccefcd 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -493,8 +493,10 @@ PERLVARI(Icheckav_save, AV*, Nullav) /* save CHECK{}s when compiling */
PERLVARI(Iclocktick, long, 0) /* this many times() ticks in a second */
-/* New variables must be added to the very end for binary compatibility.
+PERLVARI(Iin_load_module, int, 0) /* to prevent recursions in PerlIO_find_layer */
+
+/* New variables must be added to the very end, before this comment,
+ * for binary compatibility (the offsets of the old members must not change).
* XSUB.h provides wrapper functions via perlapi.h that make this
* irrelevant, but not all code may be expected to #include XSUB.h. */
-PERLVARI(Iin_load_module, int, 0) /* to prevent recursions in PerlIO_find_layer */