aboutsummaryrefslogtreecommitdiff
path: root/src/lj_cparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_cparse.h')
-rw-r--r--src/lj_cparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_cparse.h b/src/lj_cparse.h
index 87eb3ff4..5f667a7c 100644
--- a/src/lj_cparse.h
+++ b/src/lj_cparse.h
@@ -60,6 +60,8 @@ typedef struct CPState {
60 60
61LJ_FUNC int lj_cparse(CPState *cp); 61LJ_FUNC int lj_cparse(CPState *cp);
62 62
63LJ_FUNC int lj_cparse_case(GCstr *str, const char *match);
64
63#endif 65#endif
64 66
65#endif 67#endif