chiark / gitweb /
src/c-types-impl.lisp: Reorder `merge-keyword-lists' input lists.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit01778b39c53316dda3f757c49276d034039ee9cb
tree93fec39cc41dba1e038682b54e673401b47d2b09
parentfbcba4c0ea87499493235cb32bd3ebc1e2058b10
src/c-types-impl.lisp: Reorder `merge-keyword-lists' input lists.

Prepend the `what' argument to the front of each argument list, rather
than having a (LIST . WHAT) pair.  Also, internally to
`merge-keyword-lists', keep the entries in the hash table as
(WHAT . ARG) rather than the other way around.
doc/clang.tex
src/builtin.lisp
src/c-types-impl.lisp
src/method-impl.lisp
src/method-proto.lisp