aboutsummaryrefslogtreecommitdiff
path: root/src/lj_crecord.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_crecord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_crecord.h b/src/lj_crecord.h
index c6f39a67..1a3427bd 100644
--- a/src/lj_crecord.h
+++ b/src/lj_crecord.h
@@ -33,6 +33,7 @@ LJ_FUNC int LJ_FASTCALL recff_bit64_shift(jit_State *J, RecordFFData *rd);
33LJ_FUNC TRef recff_bit64_tohex(jit_State *J, RecordFFData *rd, TRef hdr); 33LJ_FUNC TRef recff_bit64_tohex(jit_State *J, RecordFFData *rd, TRef hdr);
34 34
35LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd); 35LJ_FUNC void LJ_FASTCALL lj_crecord_tonumber(jit_State *J, RecordFFData *rd);
36LJ_FUNC TRef lj_crecord_loadiu64(jit_State *J, TRef tr, cTValue *o);
36#endif 37#endif
37 38
38#endif 39#endif