diff options
Diffstat (limited to 'src/lj_crecord.h')
-rw-r--r-- | src/lj_crecord.h | 2 |
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); | |||
15 | LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd); | 15 | LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd); |
16 | LJ_FUNC void LJ_FASTCALL recff_cdata_arith(jit_State *J, RecordFFData *rd); | 16 | LJ_FUNC void LJ_FASTCALL recff_cdata_arith(jit_State *J, RecordFFData *rd); |
17 | LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd); | 17 | LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd); |
18 | LJ_FUNC void LJ_FASTCALL recff_ffi_string(jit_State *J, RecordFFData *rd); | ||
18 | LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd); | 19 | LJ_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 |