src/c-types-parse.lisp: Plain types don't have `declspec' slots.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 11:30:04 +0000 (12:30 +0100)
commit8293b90a8f027ed9b7e4ebb566f67e5c783864c9
tree8ec322dfccab85acda6628e3aabaddad33a8acb8
parent8dba302b8123339889418d130c03bb2af4d0f464
src/c-types-parse.lisp: Plain types don't have `declspec' slots.

Type names count as declaration specifiers, so `scan-declspec' has to
cope with them.  Fortunately, bare types don't come with tags, so this
is easy to work around.
src/c-types-parse.lisp