summaryrefslogtreecommitdiff
path: root/ext/B
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 /ext/B
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 'ext/B')
-rw-r--r--ext/B/B.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index df53d9a229..c3ce0ed43e 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -528,7 +528,7 @@ minus_c()
void
save_BEGINs()
CODE:
- PL_minus_c |= 0x10;
+ PL_savebegin = TRUE;
SV *
cstring(sv)