lib/keyword.c, src/method-impl.lisp: Use `kw.valist' consistently.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:00:09 +0000 (16:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:22 +0000 (16:46 +0100)
commitb5212fc74fbd59a5875143337efcfcf4d842f7e1
tree59d48c9f554a39b898967ea8bec44ababfae58a6
parentdea6ee94a659dbe4794fa450037664781009d4eb
lib/keyword.c, src/method-impl.lisp: Use `kw.valist' consistently.

Argh.  I had `kw.va_list' intermixed.  Settle on the version without the
underscore (because it matches `K_VALIST' better).
lib/keyword.c
src/method-impl.lisp