diff options
Diffstat (limited to 'src/lj_cconv.h')
-rw-r--r-- | src/lj_cconv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_cconv.h b/src/lj_cconv.h index 140ce8d6..dd2f2c40 100644 --- a/src/lj_cconv.h +++ b/src/lj_cconv.h | |||
@@ -46,8 +46,10 @@ static LJ_AINLINE uint32_t cconv_idx(CTInfo info) | |||
46 | #define CCF_CAST 0x00000001u | 46 | #define CCF_CAST 0x00000001u |
47 | #define CCF_FROMTV 0x00000002u | 47 | #define CCF_FROMTV 0x00000002u |
48 | #define CCF_SAME 0x00000004u | 48 | #define CCF_SAME 0x00000004u |
49 | #define CCF_IGNQUAL 0x00000008u | ||
49 | 50 | ||
50 | 51 | ||
52 | LJ_FUNC int lj_cconv_compatptr(CTState *cts, CType *d, CType *s, CTInfo flags); | ||
51 | LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s, | 53 | LJ_FUNC void lj_cconv_ct_ct(CTState *cts, CType *d, CType *s, |
52 | uint8_t *dp, uint8_t *sp, CTInfo flags); | 54 | uint8_t *dp, uint8_t *sp, CTInfo flags); |
53 | LJ_FUNC void lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid, | 55 | LJ_FUNC void lj_cconv_tv_ct(CTState *cts, CType *s, CTypeID sid, |