X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/e43d353268fc869045f757932d78d6073db9de6e..e85df3ff84611b7c790f9ffb46dfca77e2a717c0:/src/class-make-impl.lisp diff --git a/src/class-make-impl.lisp b/src/class-make-impl.lisp index 906519b..8aacd40 100644 --- a/src/class-make-impl.lisp +++ b/src/class-make-impl.lisp @@ -226,7 +226,8 @@ (defmethod shared-initialize :after (every (lambda (arg) (or (eq arg :ellipsis) (argument-name arg) - (eq (argument-type arg) (c-type void)))) + (c-type-equal-p (argument-type arg) + c-type-void))) (c-function-arguments type))) (error "Abstract declarators not permitted in method definitions")))