aboutsummaryrefslogtreecommitdiff
path: root/lpprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpprint.h')
-rw-r--r--lpprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpprint.h b/lpprint.h
index 42d7f98..e97f8c0 100644
--- a/lpprint.h
+++ b/lpprint.h
@@ -9,7 +9,7 @@
9 9
10#if defined(LPEG_DEBUG) 10#if defined(LPEG_DEBUG)
11 11
12void printpatt (Instruction *p, int n); 12void printpatt (Instruction *p);
13void printtree (TTree *tree, int ident); 13void printtree (TTree *tree, int ident);
14void printktable (lua_State *L, int idx); 14void printktable (lua_State *L, int idx);
15void printcharset (const byte *st); 15void printcharset (const byte *st);