diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-27 15:24:09 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-06-27 15:24:09 -0300 |
commit | d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428 (patch) | |
tree | 662f1cfe618eae04d8180b817a67b4b21dff239e /lpprint.h | |
parent | 450cb2596448c19e672a30616bbd22d98b8c6588 (diff) | |
download | lpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.tar.gz lpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.tar.bz2 lpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.zip |
Updating lpeglabel to lpeg-1.0
Diffstat (limited to 'lpprint.h')
-rw-r--r-- | lpprint.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lpprint.h,v 1.1 2013/03/21 20:25:12 roberto Exp $ | 2 | ** $Id: lpprint.h,v 1.2 2015/06/12 18:18:08 roberto Exp $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -18,6 +18,7 @@ void printtree (TTree *tree, int ident); | |||
18 | void printktable (lua_State *L, int idx); | 18 | void printktable (lua_State *L, int idx); |
19 | void printcharset (const byte *st); | 19 | void printcharset (const byte *st); |
20 | void printcaplist (Capture *cap, Capture *limit); | 20 | void printcaplist (Capture *cap, Capture *limit); |
21 | void printinst (const Instruction *op, const Instruction *p); | ||
21 | 22 | ||
22 | #else | 23 | #else |
23 | 24 | ||