chiark / gitweb /
frontend.lisp: Import MOP hacking for CLisp.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 28 Apr 2014 14:59:30 +0000 (15:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 28 Apr 2014 14:59:30 +0000 (15:59 +0100)
frontend.lisp

index 5a3bb7a84f2afc6d651ac04cbdee9628f92632ac..cb22d3ebe65f0abbab10e930431ed035f16a905f 100644 (file)
@@ -23,7 +23,7 @@
 
 (defpackage #:zone.frontend
   (:use #:common-lisp #:mdw.sys-base #:optparse #:net #:zone
 
 (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)
        #+sbcl #:sb-mop)
   (:export #:main))
 (in-package #:zone.frontend)