FFI: Record tonumber() for boxed cdata.

This commit is contained in:
Mike Pall
2011-01-02 18:30:02 +01:00
parent 0005b2c2b9
commit 55a9be7809
4 changed files with 32 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
LJ_FUNC void LJ_FASTCALL recff_cdata_index(jit_State *J, RecordFFData *rd);
LJ_FUNC void LJ_FASTCALL recff_cdata_call(jit_State *J, RecordFFData *rd);
LJ_FUNC void LJ_FASTCALL recff_ffi_new(jit_State *J, RecordFFData *rd);
LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd);
#else
#define recff_cdata_index recff_nyi
#define recff_cdata_call recff_nyi