diff options
Diffstat (limited to 'src/lj_parse.h')
-rw-r--r-- | src/lj_parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_parse.h b/src/lj_parse.h index 2031eeed..a05cb4ce 100644 --- a/src/lj_parse.h +++ b/src/lj_parse.h | |||
@@ -11,5 +11,8 @@ | |||
11 | 11 | ||
12 | LJ_FUNC GCproto *lj_parse(LexState *ls); | 12 | LJ_FUNC GCproto *lj_parse(LexState *ls); |
13 | LJ_FUNC GCstr *lj_parse_keepstr(LexState *ls, const char *str, size_t l); | 13 | LJ_FUNC GCstr *lj_parse_keepstr(LexState *ls, const char *str, size_t l); |
14 | #if LJ_HASFFI | ||
15 | LJ_FUNC void lj_parse_keepcdata(LexState *ls, TValue *tv, GCcdata *cd); | ||
16 | #endif | ||
14 | 17 | ||
15 | #endif | 18 | #endif |