chiark / gitweb /
src/method-proto.lisp: Fix boneheaded `:keyword' as a type.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:27:39 +0000 (14:27 +0100)
src/method-proto.lisp

index 6a1b6400f57d8c0fa1828b88b53f9e14981fb564..41e63548d44784df74e4f402c74bd0bf22eee1bc 100644 (file)
@@ -86,7 +86,7 @@ (defclass method-entry ()
               :reader method-entry-chain-head)
    (chain-tail :initarg :chain-tail :type sod-class
               :reader method-entry-chain-tail)
-   (role :initarg :role :type (or :keyword null) :reader method-entry-role))
+   (role :initarg :role :type (or keyword null) :reader method-entry-role))
   (:documentation
    "An entry point into an effective method.