chiark / gitweb /
src/optparse.lisp: Use low-level slot accessor in `option' printer.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 09:41:05 +0000 (10:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:40 +0000 (19:58 +0100)
commit8b8a885a8072a8e840bf99f83ef78b769121dc4a
tree37f9c8a94af6c1181dd43b9e5b4cc8bfe6aef4fa
parent0e5c0b9edba8966aba72acb2b101b7a13d80f45a
src/optparse.lisp: Use low-level slot accessor in `option' printer.

If I try to use the access wrapper, I get compiler warnings about how
the previous use of the function wasn't inlined; but if I declare the
wrapper earlier then it might not inline anything.  The printer is
rarely used, so this isn't a bad place to be.
src/optparse.lisp