aboutsummaryrefslogtreecommitdiff
path: root/lpprint.h
diff options
context:
space:
mode:
authorEduardo Bart <edub4rt@gmail.com>2020-08-23 20:09:40 -0300
committerEduardo Bart <edub4rt@gmail.com>2020-08-23 21:13:18 -0300
commit988b733849c4050cbe7dea110d86c7c8eec6bf77 (patch)
treec88ea1e755e198cd5360a7a089e9a4327a73faac /lpprint.h
parent9d02c572fc0c45d76d73263e51b004be51f359fa (diff)
downloadlpeglabel-988b733849c4050cbe7dea110d86c7c8eec6bf77.tar.gz
lpeglabel-988b733849c4050cbe7dea110d86c7c8eec6bf77.tar.bz2
lpeglabel-988b733849c4050cbe7dea110d86c7c8eec6bf77.zip
Fix name clashing issues with LPEG
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