chiark / gitweb /
src/c-types-parse.lisp: Use the new `find-simple-c-type' function.
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)
commita47b5b286ee7c98c16b4023e5d6954cfdd9faa88
treeb3cacf7ea9d59cb20766571a0757afd32ccdd4bf
parent655037a5bd793e815bb68e3c103fc7e1bb1c79aa
src/c-types-parse.lisp: Use the new `find-simple-c-type' function.

New simple types added using `define-simple-c-type' won't be present in
the `*declspec-map*', or the `*module-type-map*', so they won't be found
at all using the previous search.  Now, look use `find-simple-c-type' if
the other two lookups don't work.

Now that this works, we don't need `void' or `bool' in the `*declspec-
map*', because they don't accept any modifiers.
src/c-types-parse.lisp