diff options
Diffstat (limited to 'lpcode.c')
-rw-r--r-- | lpcode.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -365,9 +365,8 @@ static int getfirst (TTree *tree, const Charset *follow, Charset *firstset) { | |||
365 | if (tocharset(sib1(tree), firstset)) { | 365 | if (tocharset(sib1(tree), firstset)) { |
366 | cs_complement(firstset); | 366 | cs_complement(firstset); |
367 | return 1; | 367 | return 1; |
368 | } | 368 | } /* else */ |
369 | /* else go through */ | 369 | } /* FALLTHROUGH */ |
370 | } | ||
371 | case TBehind: { /* instruction gives no new information */ | 370 | case TBehind: { /* instruction gives no new information */ |
372 | /* call 'getfirst' only to check for math-time captures */ | 371 | /* call 'getfirst' only to check for math-time captures */ |
373 | int e = getfirst(sib1(tree), follow, firstset); | 372 | int e = getfirst(sib1(tree), follow, firstset); |