From 99cd4b9125ed5bd5f7e5b6756da4f4c0efdebca0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 6 Jul 2022 17:03:22 -0300 Subject: Details --- lpcode.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lpcode.c') diff --git a/lpcode.c b/lpcode.c index 7d47a00..64ad8ac 100644 --- a/lpcode.c +++ b/lpcode.c @@ -365,9 +365,8 @@ static int getfirst (TTree *tree, const Charset *follow, Charset *firstset) { if (tocharset(sib1(tree), firstset)) { cs_complement(firstset); return 1; - } - /* else go through */ - } + } /* else */ + } /* FALLTHROUGH */ case TBehind: { /* instruction gives no new information */ /* call 'getfirst' only to check for math-time captures */ int e = getfirst(sib1(tree), follow, firstset); -- cgit v1.2.3-55-g6feb