src/parser/scanner-charbuf-impl.lisp: Simplify `stream-read-line'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Sep 2015 10:29:51 +0000 (11:29 +0100)
commita02384b53931a30bc13150131a23af4ecf088cea
tree1bf6b1ff5e2e1912ec349309b50145852aeaefe0
parent777e16acbbe4c1524278fb59afee19759b9dec02
src/parser/scanner-charbuf-impl.lisp: Simplify `stream-read-line'.

We do more or less the same stuff at the end regardless of how we got
there, so factor it out.
src/parser/scanner-charbuf-impl.lisp