X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/9d6fbc71c9e4f235900e0bf0547fef9a98f689d9..5b67c26c19041f70f0728345f09d58cc9d1925b8:/frontend.lisp diff --git a/frontend.lisp b/frontend.lisp index 5a3bb7a..0764c3f 100644 --- a/frontend.lisp +++ b/frontend.lisp @@ -23,7 +23,7 @@ (defpackage #:zone.frontend (:use #:common-lisp #:mdw.sys-base #:optparse #:net #:zone - #+cmu #:mop + #+(or cmu clisp) #:mop #+sbcl #:sb-mop) (:export #:main)) (in-package #:zone.frontend) @@ -83,8 +83,11 @@ (keyword opt-format (delete-duplicates (loop for method in - (generic-function-methods - #'zone:zone-write) + (append + (generic-function-methods + #'zone:zone-write) + (generic-function-methods + #'zone:zone-write-header)) for specs = (method-specializers method) if (typep (car specs)