From: Jarkko Hietaniemi Date: Thu, 28 Nov 2002 14:54:34 +0000 (+0000) Subject: Slight beauty tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=edab1aa3af79c1ef86d921f247dd75c9419a7ac3;p=p5sagit%2Fp5-mst-13.2.git Slight beauty tweak. p4raw-id: //depot/perl@18203 --- diff --git a/intrpvar.h b/intrpvar.h index bb0b46d..f44ccce 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 */