aboutsummaryrefslogtreecommitdiff
path: root/src/lj_carith.h
diff options
context:
space:
mode:
authorMike Pall <mike>2020-05-08 13:50:41 +0200
committerMike Pall <mike>2020-05-08 13:50:41 +0200
commitcc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0 (patch)
treed0194b811af58504b68e91f673e6e27852e82b5d /src/lj_carith.h
parent179cf2eb84fef2b9a524469c3c8cc49363b8fb10 (diff)
downloadluajit-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.h1
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
13LJ_FUNC int lj_carith_op(lua_State *L, MMS mm); 13LJ_FUNC int lj_carith_op(lua_State *L, MMS mm);
14LJ_FUNC int lj_carith_len(lua_State *L);
15 14
16#if LJ_32 && LJ_HASJIT 15#if LJ_32 && LJ_HASJIT
17LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k); 16LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k);