commit | 76d83070c4ab3242e388d5b6a5f7ff03afd1b4c3 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sat Jan 21 16:50:52 2017 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sat Jan 21 16:56:50 2017 +0100 |
tree | b8f78a6b1f8b9738494c5ec46117d99e88921487 | |
parent | 1194a41cdbcee478e0b4d8bf39ef99ef4c7f7eb6 [diff] |
tweaks: elide a variable plus its corresponding dark logic Just assign the 'CNONE' value upfront, instead of figuring out at the end of the line whether anything has been assigned yet. Also, the old logic would leave unmarked a line that contains a start match without any terminating end match. Not serious, but not right.