src/: Fix up some wrong exports.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Sep 2015 16:25:21 +0000 (17:25 +0100)
commit93348ae9e276dec213b5d543338b1e2c53a7b687
tree7f051cc3be36ef8702c0ff4de94a25fdbce9a8fe
parent180bfa7ca8efeb1297a0bc3f0ff55b02b4e40f9b
src/: Fix up some wrong exports.

Various small bugs:

  * Some symbols which should have been exported weren't.

  * One export was mispslet.

  * One export was duplicated.

  * One was a failed attempt to export an instruction, but `definst' can
    do that properly now.
src/c-types-impl.lisp
src/c-types-proto.lisp
src/class-layout-proto.lisp
src/codegen-impl.lisp
src/method-proto.lisp