diff options
author | Mike Pall <mike> | 2018-01-29 12:53:42 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2018-01-29 12:53:42 +0100 |
commit | 74c544d68c07bcd416225598cdf15f88e62fd457 (patch) | |
tree | e180bc5a5b92a3eba053b9484ffb97c308da949a /src/lib_ffi.c | |
parent | 8071aa4ad65cf09e3b7adda4a7787d8897e5314c (diff) | |
parent | b03a56f28ec360bbcf43091afd0607890a4a33c7 (diff) | |
download | luajit-74c544d68c07bcd416225598cdf15f88e62fd457.tar.gz luajit-74c544d68c07bcd416225598cdf15f88e62fd457.tar.bz2 luajit-74c544d68c07bcd416225598cdf15f88e62fd457.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lib_ffi.c')
-rw-r--r-- | src/lib_ffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index 136e98e8..199cfc9a 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
@@ -194,7 +194,7 @@ LJLIB_CF(ffi_meta___eq) LJLIB_REC(cdata_arith MM_eq) | |||
194 | 194 | ||
195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) | 195 | LJLIB_CF(ffi_meta___len) LJLIB_REC(cdata_arith MM_len) |
196 | { | 196 | { |
197 | return ffi_arith(L); | 197 | return lj_carith_len(L); |
198 | } | 198 | } |
199 | 199 | ||
200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) | 200 | LJLIB_CF(ffi_meta___lt) LJLIB_REC(cdata_arith MM_lt) |