This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make toke.c:S_lop's x arg a U8 to match PL_expect
authorAndy Lester <andy@petdance.com>
Thu, 3 Nov 2016 10:54:36 +0000 (10:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 3 Nov 2016 10:54:36 +0000 (10:54 +0000)
commit11288bb3e74d2953b4018f5548f558aa24f9888f
tree4a449c6999f3d75be79aa80b32dc6665b33539d7
parent0285a2509078d5299c24b8108feef4fec9232bf6
Make toke.c:S_lop's x arg a U8 to match PL_expect

The second argument to S_lop() is an int, but it gets stored in
PL_expect which is a U8.  If we need a U8, then let's bring it
into the function as a U8.
embed.fnc
proto.h
toke.c