Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2020-05-08 14:00:07 +02:00
4 changed files with 6 additions and 14 deletions

View File

@@ -194,7 +194,7 @@ LJLIB_CF(ffi_meta___eq) LJLIB_REC(cdata_arith MM_eq)
LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len)
{
return lj_carith_len(L);
return ffi_arith(L);
}
LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt)