src/c-types-impl.lisp: Make `*simple-type-map*' use `equal' as its test.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commitb6f84c5704b54f0393144d8a0753a69158437cc0
treed96c91067cb13f9444de6ebf3e639ba76f15dfc2
parent175d7ea7a7f768e7fea3ec62b5981c8fbb3ab164
src/c-types-impl.lisp: Make `*simple-type-map*' use `equal' as its test.

It's mapping strings to things, so using `eql' was wrong.  In
particular, it caused (c-type (int :const)) to print incorrectly.
src/c-types-impl.lisp