summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2016-11-03 10:54:36 +0000
committerDavid Mitchell <davem@iabyn.com>2016-11-03 10:54:36 +0000
commit11288bb3e74d2953b4018f5548f558aa24f9888f (patch)
tree4a449c6999f3d75be79aa80b32dc6665b33539d7 /embed.fnc
parent0285a2509078d5299c24b8108feef4fec9232bf6 (diff)
downloadperl-11288bb3e74d2953b4018f5548f558aa24f9888f.tar.gz
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d6312dcb1e..a83372f9a3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2607,7 +2607,7 @@ s |void |force_ident_maybe_lex|char pit
s |void |incline |NN const char *s
s |int |intuit_method |NN char *s|NULLOK SV *ioname|NULLOK CV *cv
s |int |intuit_more |NN char *s
-s |I32 |lop |I32 f|int x|NN char *s
+s |I32 |lop |I32 f|U8 x|NN char *s
rs |void |missingterm |NULLOK char *s
s |void |no_op |NN const char *const what|NULLOK char *s
s |int |pending_ident