diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-19 11:14:02 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-19 11:14:02 -0300 |
commit | 9a9ee3d9ab8ce435d743d293ec43075151370200 (patch) | |
tree | 445290bfa04c2cd30f514b65b90b1d8b973f21f1 /lpvm.c | |
parent | a561630f17e61548193666abf9a8b20f20462558 (diff) | |
download | lpeg-9a9ee3d9ab8ce435d743d293ec43075151370200.tar.gz lpeg-9a9ee3d9ab8ce435d743d293ec43075151370200.tar.bz2 lpeg-9a9ee3d9ab8ce435d743d293ec43075151370200.zip |
Some fixes in vibibility check for back captures
Diffstat (limited to 'lpvm.c')
-rw-r--r-- | lpvm.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -198,11 +198,6 @@ static int removedyncap (lua_State *L, Capture *capture, | |||
198 | } | 198 | } |
199 | 199 | ||
200 | 200 | ||
201 | /** | ||
202 | ** Maximum number of captures to visit when looking for an 'open'. | ||
203 | */ | ||
204 | #define MAXLOP 20 | ||
205 | |||
206 | /* | 201 | /* |
207 | ** Find the corresponding 'open' capture before 'cap', when that capture | 202 | ** Find the corresponding 'open' capture before 'cap', when that capture |
208 | ** can become a full capture. If a full capture c1 is followed by an | 203 | ** can become a full capture. If a full capture c1 is followed by an |