src/parser/package.lisp: Do better at finding Gray streams on CMUCL.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:27:39 +0000 (14:27 +0100)
commitde869fc8c8f988f5551802bf1887a1e9b8f4d6cf
treedb0d20c0ed5d3f4fce07b8db565f1744ebf2b5d2
parentc43f7bbf89a0653ed3665146f6f9586efbc07c5c
src/parser/package.lisp: Do better at finding Gray streams on CMUCL.

Take the opportunity to reorganize the conditional machinery.  Avoid the
trap waiting because CMUCL's Gray streams are in its `extensions'
package, along with things whose names which conflict with our
utilities.
src/parser/package.lisp