Skip to content

Commit 6894e6a

Browse files
committed
fixup to 'change LABEL type from pval to opval'
Commit v5.29.9-68-g017192018b broke g++ builds. Spotted by Karl.
1 parent 0171920 commit 6894e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toke.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7192,7 +7192,7 @@ Perl_yylex(pTHX)
71927192
if (!anydelim && PL_expect == XSTATE
71937193
&& d < PL_bufend && *d == ':' && *(d + 1) != ':') {
71947194
s = d + 1;
7195-
pl_yylval.pval =
7195+
pl_yylval.opval =
71967196
newSVOP(OP_CONST, 0,
71977197
newSVpvn_flags(PL_tokenbuf, len, UTF ? SVf_UTF8 : 0));
71987198
CLINE;

0 commit comments

Comments
 (0)