summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJames A. Duncan <jduncan@fotango.com>2001-08-06 18:29:11 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-07 13:46:33 +0000
commitaefff11f7e121678e7cd0c4ebdd14e491a765ed2 (patch)
treed4aa1bfa0c32fb1ff4dc237e6ebcdfd8d1a1791f /intrpvar.h
parent9bf522754757f3234f4dd596b76e656d7e158943 (diff)
downloadperl-aefff11f7e121678e7cd0c4ebdd14e491a765ed2.tar.gz
B && BEGIN handling
Message-ID: <20010806172911.A2071@fotango.com> (the intrpvar.h addition moved to the end for bincompat) p4raw-id: //depot/perl@11601
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 4e92302e3d..4fa7374f10 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -476,18 +476,17 @@ PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */
#endif
#if defined(USE_ITHREADS)
-PERLVAR(Iregex_pad, SV**) /* All regex objects */
-PERLVAR(Iregex_padav, AV*) /* All regex objects */
+PERLVAR(Iregex_pad, SV**) /* All regex objects */
+PERLVAR(Iregex_padav, AV*) /* All regex objects */
#ifdef USE_REENTRANT_API
-PERLVAR(Ireentrant_buffer, REBUF*) /* were we store _r buffers */
+PERLVAR(Ireentrant_buffer, REBUF*) /* here we store the _r buffers */
#endif
#endif
+PERLVAR(Isavebegin, bool) /* save BEGINs for compiler */
+
/* New variables must be added to the very end for binary compatibility.
* XSUB.h provides wrapper functions via perlapi.h that make this
* irrelevant, but not all code may be expected to #include XSUB.h. */
-
-
-