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:
0171920
)
fixup to 'change LABEL type from pval to opval'
author
David Mitchell
<davem@iabyn.com>
Fri, 5 Apr 2019 16:01:53 +0000
(17:01 +0100)
committer
David Mitchell
<davem@iabyn.com>
Fri, 5 Apr 2019 16:01:53 +0000
(17:01 +0100)
Commit v5.29.9-68-g017192018b broke g++ builds. Spotted by Karl.
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
0273566
..
30bdf32
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-7192,7
+7192,7
@@
Perl_yylex(pTHX)
if (!anydelim && PL_expect == XSTATE
&& d < PL_bufend && *d == ':' && *(d + 1) != ':') {
s = d + 1;
- pl_yylval.pval =
+ pl_yylval.
o
pval =
newSVOP(OP_CONST, 0,
newSVpvn_flags(PL_tokenbuf, len, UTF ? SVf_UTF8 : 0));
CLINE;