diff options
Diffstat (limited to 'src/lj_ircall.h')
-rw-r--r-- | src/lj_ircall.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lj_ircall.h b/src/lj_ircall.h index 43bd25d9..7271ceca 100644 --- a/src/lj_ircall.h +++ b/src/lj_ircall.h | |||
@@ -124,6 +124,13 @@ typedef struct CCallInfo { | |||
124 | _(ANY, lj_strfmt_char, 2, FN, STR, CCI_L) \ | 124 | _(ANY, lj_strfmt_char, 2, FN, STR, CCI_L) \ |
125 | _(ANY, lj_strfmt_putint, 2, FL, P32, 0) \ | 125 | _(ANY, lj_strfmt_putint, 2, FL, P32, 0) \ |
126 | _(ANY, lj_strfmt_putnum, 2, FL, P32, 0) \ | 126 | _(ANY, lj_strfmt_putnum, 2, FL, P32, 0) \ |
127 | _(ANY, lj_strfmt_putquoted, 2, FL, P32, 0) \ | ||
128 | _(ANY, lj_strfmt_putfxint, 3, L, P32, XA_64) \ | ||
129 | _(ANY, lj_strfmt_putfnum_int, 3, L, P32, XA_FP) \ | ||
130 | _(ANY, lj_strfmt_putfnum_uint, 3, L, P32, XA_FP) \ | ||
131 | _(ANY, lj_strfmt_putfnum, 3, L, P32, XA_FP) \ | ||
132 | _(ANY, lj_strfmt_putfstr, 3, L, P32, 0) \ | ||
133 | _(ANY, lj_strfmt_putfchar, 3, L, P32, 0) \ | ||
127 | _(ANY, lj_buf_putmem, 3, S, P32, 0) \ | 134 | _(ANY, lj_buf_putmem, 3, S, P32, 0) \ |
128 | _(ANY, lj_buf_putstr, 2, FL, P32, 0) \ | 135 | _(ANY, lj_buf_putstr, 2, FL, P32, 0) \ |
129 | _(ANY, lj_buf_putchar, 2, FL, P32, 0) \ | 136 | _(ANY, lj_buf_putchar, 2, FL, P32, 0) \ |