diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-06-17 16:25:25 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-06-17 16:25:25 -0300 |
commit | 80ec9f932aa01d445e86c699523265359055e1bd (patch) | |
tree | c32ee93fba8e2af7c114ee177b7fe2c8e353650a /lptree.c | |
parent | 73a96935337d78d0e1015d7ccce6cf7470c192c4 (diff) | |
download | lpeg-master.tar.gz lpeg-master.tar.bz2 lpeg-master.zip |
Diffstat (limited to 'lptree.c')
-rw-r--r-- | lptree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1123,7 +1123,7 @@ static int verifyrule (lua_State *L, TTree *tree, unsigned short *passed, | |||
1123 | return verifyerror(L, passed, npassed); /* error */ | 1123 | return verifyerror(L, passed, npassed); /* error */ |
1124 | else { | 1124 | else { |
1125 | passed[npassed++] = tree->key; /* add rule to path */ | 1125 | passed[npassed++] = tree->key; /* add rule to path */ |
1126 | /* return verifyrule(L, sib1(tree), passed, npassed); */ | 1126 | /* return verifyrule(L, sib1(tree), passed, npassed, nb); */ |
1127 | tree = sib1(tree); goto tailcall; | 1127 | tree = sib1(tree); goto tailcall; |
1128 | } | 1128 | } |
1129 | case TGrammar: | 1129 | case TGrammar: |