aboutsummaryrefslogtreecommitdiff
path: root/lpvm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-19 11:14:02 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-19 11:14:02 -0300
commit9a9ee3d9ab8ce435d743d293ec43075151370200 (patch)
tree445290bfa04c2cd30f514b65b90b1d8b973f21f1 /lpvm.c
parenta561630f17e61548193666abf9a8b20f20462558 (diff)
downloadlpeg-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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lpvm.c b/lpvm.c
index 5a30679..0a2fde4 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -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