src/parser/scanner-charbuf-impl.lisp: Replace pointless use of `#.'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:06:42 +0000 (02:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:06:42 +0000 (02:06 +0000)
commit55f543faf8169dbf9da21f52ffb7442c7cb48bc0
tree782307b538731faf2b721dd99d1e7e5f1746958f
parent5961a1b1ad72f7f274dd08d28dc7314ee5efa9ad
src/parser/scanner-charbuf-impl.lisp: Replace pointless use of `#.'.

This only existed because `charbuf-size' is (in theory) a tweakable
constant, but `defclass' wants a literal type specifier as its `:type'
argument.  But the correct type specifier, `charbuf-index' was already
defined at the same time (both were added in the same, rather sketchy,
old commit).

It's useful to kill this because it confuses the (rather stupid) reader
in `list-exports'.
src/parser/scanner-charbuf-impl.lisp