diff options
Diffstat (limited to 'lpprint.h')
-rw-r--r-- | lpprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | #if defined(LPEG_DEBUG) | 10 | #if defined(LPEG_DEBUG) |
11 | 11 | ||
12 | void printpatt (Instruction *p, int n); | 12 | void printpatt (Instruction *p); |
13 | void printtree (TTree *tree, int ident); | 13 | void printtree (TTree *tree, int ident); |
14 | void printktable (lua_State *L, int idx); | 14 | void printktable (lua_State *L, int idx); |
15 | void printcharset (const byte *st); | 15 | void printcharset (const byte *st); |