Make lj_strscan_num_base S

TBH I'm not quite sure what this signifies.
This commit is contained in:
Jude Melton-Houghton 2022-09-14 18:06:52 -04:00
parent b69116bc7b
commit d3d66cfe2e

View File

@ -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) \