diff options
Diffstat (limited to 'lpprint.h')
-rw-r--r-- | lpprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 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); |
16 | void printcaplist (Capture *cap, Capture *limit); | 16 | void printcaplist (Capture *cap); |
17 | void printinst (const Instruction *op, const Instruction *p); | 17 | void printinst (const Instruction *op, const Instruction *p); |
18 | 18 | ||
19 | #else | 19 | #else |