Compile table.concat().

This commit is contained in:
Mike Pall
2013-04-27 15:52:32 +02:00
parent 64d2883ab4
commit c77680824f
3 changed files with 29 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ typedef struct CCallInfo {
_(ANY, lj_buf_putstr_lower, 2, FL, P32, 0) \
_(ANY, lj_buf_putstr_upper, 2, FL, P32, 0) \
_(ANY, lj_buf_putstr_rep, 3, L, P32, 0) \
_(ANY, lj_buf_puttab, 5, L, P32, 0) \
_(ANY, lj_buf_tostr, 1, FL, STR, 0) \
_(ANY, lj_tab_new1, 2, FS, TAB, CCI_L) \
_(ANY, lj_tab_dup, 2, FS, TAB, CCI_L) \