diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-27 10:32:39 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-27 10:32:39 -0300 |
commit | 012cf9c86cf91cb8354e229bde335592d41b84b2 (patch) | |
tree | 353f17797b1952eaec231c8e4fd5c21e02daf875 /lpcode.h | |
parent | 3403b0c7256435560b63f828da92026c5d4c898b (diff) | |
download | lpeg-012cf9c86cf91cb8354e229bde335592d41b84b2.tar.gz lpeg-012cf9c86cf91cb8354e229bde335592d41b84b2.tar.bz2 lpeg-012cf9c86cf91cb8354e229bde335592d41b84b2.zip |
Compact charsets used in trees, too.
Diffstat (limited to 'lpcode.h')
-rw-r--r-- | lpcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ | |||
8 | #include "lptree.h" | 8 | #include "lptree.h" |
9 | #include "lpvm.h" | 9 | #include "lpvm.h" |
10 | 10 | ||
11 | int tocharset (TTree *tree, Charset *cs); | ||
12 | int checkaux (TTree *tree, int pred); | 11 | int checkaux (TTree *tree, int pred); |
13 | int fixedlen (TTree *tree); | 12 | int fixedlen (TTree *tree); |
14 | int hascaptures (TTree *tree); | 13 | int hascaptures (TTree *tree); |