summaryrefslogtreecommitdiff
path: root/src/lj_cdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_cdata.h')
-rw-r--r--src/lj_cdata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_cdata.h b/src/lj_cdata.h
index 5b6bd17b..74cdab42 100644
--- a/src/lj_cdata.h
+++ b/src/lj_cdata.h
@@ -69,8 +69,6 @@ LJ_FUNC int lj_cdata_get(CTState *cts, CType *s, TValue *o, uint8_t *sp);
69LJ_FUNC void lj_cdata_set(CTState *cts, CType *d, uint8_t *dp, TValue *o, 69LJ_FUNC void lj_cdata_set(CTState *cts, CType *d, uint8_t *dp, TValue *o,
70 CTInfo qual); 70 CTInfo qual);
71 71
72LJ_FUNC uint64_t lj_cdata_powi64(uint64_t x, uint64_t k, int isunsigned);
73
74#endif 72#endif
75 73
76#endif 74#endif