chiark / gitweb /
src/c-types-impl.lisp (arguments-lists-equal-p): Fix stupid bug.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 Dec 2015 07:20:53 +0000 (07:20 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:39 +0000 (14:40 +0100)
commitb4aab8d4d82563222e22d59e7ba46e3dd5d82332
treebbc740ff3a6f6e933a143ea4879e1223ad5f9d29
parentdf9b9a638bab60dfe28be0ad8606ed20c6c0cfba
src/c-types-impl.lisp (arguments-lists-equal-p): Fix stupid bug.

If some ARG-B is `:ellipsis', but the corresponding ARG-A is a proper
argument object, then we'd have a type error applying `argument-type' to
ARG-B.  Make sure this doesn't happen.
src/c-types-impl.lisp