diff options
author | Mike Pall <mike> | 2020-05-08 13:50:41 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-08 13:50:41 +0200 |
commit | cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0 (patch) | |
tree | d0194b811af58504b68e91f673e6e27852e82b5d /src/lj_carith.h | |
parent | 179cf2eb84fef2b9a524469c3c8cc49363b8fb10 (diff) | |
download | luajit-cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0.tar.gz luajit-cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0.tar.bz2 luajit-cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0.zip |
FFI: Always fall back to metamethods for cdata length/concat.
Thanks to Egor Skriptunoff.
Diffstat (limited to 'src/lj_carith.h')
-rw-r--r-- | src/lj_carith.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_carith.h b/src/lj_carith.h index bac3e1a4..207809df 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h | |||
@@ -11,7 +11,6 @@ | |||
11 | #if LJ_HASFFI | 11 | #if LJ_HASFFI |
12 | 12 | ||
13 | LJ_FUNC int lj_carith_op(lua_State *L, MMS mm); | 13 | LJ_FUNC int lj_carith_op(lua_State *L, MMS mm); |
14 | LJ_FUNC int lj_carith_len(lua_State *L); | ||
15 | 14 | ||
16 | #if LJ_32 && LJ_HASJIT | 15 | #if LJ_32 && LJ_HASJIT |
17 | LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k); | 16 | LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k); |