aboutsummaryrefslogtreecommitdiff
path: root/src/lj_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_parse.h')
-rw-r--r--src/lj_parse.h3
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
12LJ_FUNC GCproto *lj_parse(LexState *ls); 12LJ_FUNC GCproto *lj_parse(LexState *ls);
13LJ_FUNC GCstr *lj_parse_keepstr(LexState *ls, const char *str, size_t l); 13LJ_FUNC GCstr *lj_parse_keepstr(LexState *ls, const char *str, size_t l);
14#if LJ_HASFFI
15LJ_FUNC void lj_parse_keepcdata(LexState *ls, TValue *tv, GCcdata *cd);
16#endif
14 17
15#endif 18#endif