aboutsummaryrefslogtreecommitdiff
path: root/lpprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpprint.h')
-rw-r--r--lpprint.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lpprint.h b/lpprint.h
index 15ef121..c4d57a0 100644
--- a/lpprint.h
+++ b/lpprint.h
@@ -13,12 +13,12 @@
13 13
14#if defined(LPEG_DEBUG) 14#if defined(LPEG_DEBUG)
15 15
16void printpatt (Instruction *p, int n); 16LUAI_FUNC void printpatt (Instruction *p, int n);
17void printtree (TTree *tree, int ident); 17LUAI_FUNC void printtree (TTree *tree, int ident);
18void printktable (lua_State *L, int idx); 18LUAI_FUNC void printktable (lua_State *L, int idx);
19void printcharset (const byte *st); 19LUAI_FUNC void printcharset (const byte *st);
20void printcaplist (Capture *cap, Capture *limit); 20LUAI_FUNC void printcaplist (Capture *cap, Capture *limit);
21void printinst (const Instruction *op, const Instruction *p); 21LUAI_FUNC void printinst (const Instruction *op, const Instruction *p);
22 22
23#else 23#else
24 24