mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
Make lj_strscan_num_base S
TBH I'm not quite sure what this signifies.
This commit is contained in:
parent
b69116bc7b
commit
d3d66cfe2e
@ -155,7 +155,7 @@ typedef struct CCallInfo {
|
||||
_(ANY, lj_str_find, 4, N, PGC, 0) \
|
||||
_(ANY, lj_str_new, 3, S, STR, CCI_L|CCI_T) \
|
||||
_(ANY, lj_strscan_num, 2, FN, INT, 0) \
|
||||
_(ANY, lj_strscan_num_base, 3, N, INT, 0) \
|
||||
_(ANY, lj_strscan_num_base, 3, S, INT, 0) \
|
||||
_(ANY, lj_strfmt_int, 2, FN, STR, CCI_L|CCI_T) \
|
||||
_(ANY, lj_strfmt_num, 2, FN, STR, CCI_L|CCI_T) \
|
||||
_(ANY, lj_strfmt_char, 2, FN, STR, CCI_L|CCI_T) \
|
||||
|
Loading…
Reference in New Issue
Block a user