chiark / gitweb /
src/*.lisp: Fix declared slot types.
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)
commit1645e4335e58ef3a8f1cafb1834e93760d80d9ae
tree2bc15ba6543056d95db1f20ba5f3a746ac3078db
parentde869fc8c8f988f5551802bf1887a1e9b8f4d6cf
src/*.lisp: Fix declared slot types.

SBCL doesn't seem too bothered about type mismatches in slot values, but
CMUCL kicks up a fuss.  These declared types were too strict, either
because of inadequate thinking or because the declarations had become
stale.
src/c-types-parse.lisp
src/class-layout-proto.lisp
src/classes.lisp
src/module-impl.lisp
src/parser/streams-impl.lisp