This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea1253
)
fix MAD breakage caused by qw patch
author
Zefram
<zefram@fysh.org>
Sat, 11 Sep 2010 10:37:04 +0000
(11:37 +0100)
committer
Tony Cook
<tony@develop-help.com>
Sat, 11 Sep 2010 10:58:14 +0000
(20:58 +1000)
ea25a9b2cf73948b1e8c5675de027e0ad13277bd
broke MAD due to incorrect
usage of the token-forcing mechanism.
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
a7ec612
..
b8694a6
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-13993,6
+13993,7
@@
Perl_coerce_qwlist_to_paren_list(pTHX_ OP *qwlist)
op_free(qwlist);
}
else {
+ start_force(PL_curforce);
NEXTVAL_NEXTTOKE.opval = qwlist;
force_next(THING);
}