src/class-output.lisp: Make `__CONV_' macros more robust.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 9 Sep 2015 09:35:47 +0000 (10:35 +0100)
commitbb172d5341a0c453bdf46ac4ef5dd68c8077c724
tree6ce9fedd12f1693f1af6149e10963b74c6c7304f
parentc2438e62e7c3cf1b7006522cef61e8c6f797600b
src/class-output.lisp: Make `__CONV_' macros more robust.

If the formal argument name is a simple identifier, then things come
unstuck when there's a chain head with that same nickname.  So make the
argument name be something which isn't allowed as a class nickname.
src/class-output.lisp