diff options
author | Mike Pall <mike> | 2012-09-24 16:56:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-09-24 16:56:07 +0200 |
commit | d9c5eba1bb0ad59a40f4d79fd331cdf1f9f4b81e (patch) | |
tree | e5665e12599a5c1a925bf88adf1525947ac322eb /src/lj_crecord.h | |
parent | 2ff4afeb4f7d73eb0bd90092866cfdb4e8caa2f3 (diff) | |
download | luajit-d9c5eba1bb0ad59a40f4d79fd331cdf1f9f4b81e.tar.gz luajit-d9c5eba1bb0ad59a40f4d79fd331cdf1f9f4b81e.tar.bz2 luajit-d9c5eba1bb0ad59a40f4d79fd331cdf1f9f4b81e.zip |
Remove some library functions for no-JIT/no-FFI builds.
Diffstat (limited to 'src/lj_crecord.h')
-rw-r--r-- | src/lj_crecord.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lj_crecord.h b/src/lj_crecord.h index c2a3758d..ab0e27e7 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h | |||
@@ -24,19 +24,6 @@ LJ_FUNC void LJ_FASTCALL recff_ffi_typeof(jit_State *J, RecordFFData *rd); | |||
24 | LJ_FUNC void LJ_FASTCALL recff_ffi_istype(jit_State *J, RecordFFData *rd); | 24 | LJ_FUNC void LJ_FASTCALL recff_ffi_istype(jit_State *J, RecordFFData *rd); |
25 | LJ_FUNC void LJ_FASTCALL recff_ffi_abi(jit_State *J, RecordFFData *rd); | 25 | LJ_FUNC void LJ_FASTCALL recff_ffi_abi(jit_State *J, RecordFFData *rd); |
26 | LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd); | 26 | LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd); |
27 | #else | ||
28 | #define recff_cdata_index recff_nyi | ||
29 | #define recff_cdata_call recff_nyi | ||
30 | #define recff_cdata_arith recff_nyi | ||
31 | #define recff_clib_index recff_nyi | ||
32 | #define recff_ffi_new recff_nyi | ||
33 | #define recff_ffi_errno recff_nyi | ||
34 | #define recff_ffi_string recff_nyi | ||
35 | #define recff_ffi_copy recff_nyi | ||
36 | #define recff_ffi_fill recff_nyi | ||
37 | #define recff_ffi_typeof recff_nyi | ||
38 | #define recff_ffi_istype recff_nyi | ||
39 | #define recff_ffi_abi recff_nyi | ||
40 | #endif | 27 | #endif |
41 | 28 | ||
42 | #endif | 29 | #endif |