parser: Merge first and last chkeofmark branches in parsesub
commitf14979510908b7ce4ff5dd6b43fe445bc6d646a1
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 10 Jun 2024 06:45:08 +0000 (10 14:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 22 Jun 2024 00:36:17 +0000 (22 08:36 +0800)
tree30a438857a93701ff0f4371e685953c5f14288bc
parentab6eaa3409654c377275faa1d0c65aebad2270ae
parser: Merge first and last chkeofmark branches in parsesub

Elminate the first chkeofmark branch by moving the CTLVAR to the
end of the parsesub block and always doing STADJUST.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
src/parser.c