diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-11-28 14:54:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-11-28 14:54:34 +0000 |
commit | edab1aa3af79c1ef86d921f247dd75c9419a7ac3 (patch) | |
tree | db19f99f55ef2f49a6633d29fe6666611b5c37e8 /intrpvar.h | |
parent | d7a09b413c09654b842604d673ae0943eb928a18 (diff) | |
download | perl-edab1aa3af79c1ef86d921f247dd75c9419a7ac3.tar.gz |
Slight beauty tweak.
p4raw-id: //depot/perl@18203
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 6 |
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 */ |