From 3f0a712769b209f54360e23c543bcc4eda72d149 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 28 Apr 2014 15:59:30 +0100 Subject: [PATCH] frontend.lisp: Import MOP hacking for CLisp. --- frontend.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.lisp b/frontend.lisp index 5a3bb7a..cb22d3e 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) -- 2.11.0