src/parser/streams-impl.lisp: Use slot accessor rather than `with-slots'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:21:40 +0000 (17:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:31:23 +0000 (17:31 +0100)
commitcfbd2831807822f12fa32c781d50f54a6a2ea91d
treebee48b8af9bcecd25354d492efeb854eeb34e9f2
parent3ee33e04477ace9d13587f28253fb8c6d1c7ed6c
src/parser/streams-impl.lisp: Use slot accessor rather than `with-slots'.

The code is a bit longer, but I think it's more comfortable to read.
src/parser/streams-impl.lisp