summaryrefslogtreecommitdiff
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)
downloadluajit2-cc4bbec483d3f3250b519ccb7cc22f1a8e6fe6f0.tar.gz
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 @@
#if LJ_HASFFI
LJ_FUNC int lj_carith_op(lua_State *L, MMS mm);
-LJ_FUNC int lj_carith_len(lua_State *L);
#if LJ_32 && LJ_HASJIT
LJ_FUNC int64_t lj_carith_mul64(int64_t x, int64_t k);