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

@@ -129,7 +129,7 @@ LJLIB_LUA(table_remove) /*
end
*/
LJLIB_CF(table_concat)
LJLIB_CF(table_concat) LJLIB_REC(.)
{
GCtab *t = lj_lib_checktab(L, 1);
GCstr *sep = lj_lib_optstr(L, 2);