projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9154254
)
Re: [PATCH] No 'once' warnings for variables declared with our
Gisle Aas [Thu, 10 Jan 2002 08:56:05 +0000 (
00:56
-0800)]
Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@14172
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
79a2cf5
..
8382333
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-6699,7
+6699,7
@@
intro_sym:
gv = gv_fetchpv(d,
(PL_in_eval
? (GV_ADDMULTI | GV_ADDINEVAL)
- : TRUE),
+ : GV_ADDMULTI),
SVt_PV);
PL_lex_op = (OP*)newUNOP(OP_READLINE, 0,
newUNOP(OP_RV2SV, 0,