Compile string.format().
This commit is contained in:
@@ -124,6 +124,13 @@ typedef struct CCallInfo {
|
||||
_(ANY, lj_strfmt_char, 2, FN, STR, CCI_L) \
|
||||
_(ANY, lj_strfmt_putint, 2, FL, P32, 0) \
|
||||
_(ANY, lj_strfmt_putnum, 2, FL, P32, 0) \
|
||||
_(ANY, lj_strfmt_putquoted, 2, FL, P32, 0) \
|
||||
_(ANY, lj_strfmt_putfxint, 3, L, P32, XA_64) \
|
||||
_(ANY, lj_strfmt_putfnum_int, 3, L, P32, XA_FP) \
|
||||
_(ANY, lj_strfmt_putfnum_uint, 3, L, P32, XA_FP) \
|
||||
_(ANY, lj_strfmt_putfnum, 3, L, P32, XA_FP) \
|
||||
_(ANY, lj_strfmt_putfstr, 3, L, P32, 0) \
|
||||
_(ANY, lj_strfmt_putfchar, 3, L, P32, 0) \
|
||||
_(ANY, lj_buf_putmem, 3, S, P32, 0) \
|
||||
_(ANY, lj_buf_putstr, 2, FL, P32, 0) \
|
||||
_(ANY, lj_buf_putchar, 2, FL, P32, 0) \
|
||||
|
||||
Reference in New Issue
Block a user