summaryrefslogtreecommitdiff
path: root/src/lj_crecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_crecord.h')
-rw-r--r--src/lj_crecord.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_crecord.h b/src/lj_crecord.h
index 3b2249c5..4ac5b3e2 100644
--- a/src/lj_crecord.h
+++ b/src/lj_crecord.h
@@ -15,12 +15,14 @@ LJ_FUNC void LJ_FASTCALL recff_cdata_index(jit_State *J, RecordFFData *rd);
15LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd); 15LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd);
16LJ_FUNC void LJ_FASTCALL recff_cdata_arith(jit_State *J, RecordFFData *rd); 16LJ_FUNC void LJ_FASTCALL recff_cdata_arith(jit_State *J, RecordFFData *rd);
17LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd); 17LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd);
18LJ_FUNC void LJ_FASTCALL recff_ffi_string(jit_State *J, RecordFFData *rd);
18LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd); 19LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd);
19#else 20#else
20#define recff_cdata_index recff_nyi 21#define recff_cdata_index recff_nyi
21#define recff_cdata_call recff_nyi 22#define recff_cdata_call recff_nyi
22#define recff_cdata_arith recff_nyi 23#define recff_cdata_arith recff_nyi
23#define recff_ffi_new recff_nyi 24#define recff_ffi_new recff_nyi
25#define recff_ffi_string recff_nyi
24#endif 26#endif
25 27
26#endif 28#endif