From: Dmitry Kalyanov Date: Sat, 15 Aug 2009 09:16:13 +0000 (+0400) Subject: Worked around importing symbols from CLOSER-MOP on clozure/openmcl X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=214efeeda891a9fa88a5f96a877f55a14ad5e70e;p=cl-gtk2.git Worked around importing symbols from CLOSER-MOP on clozure/openmcl --- diff --git a/glib/gobject.package.lisp b/glib/gobject.package.lisp index 16b0c97..df3c2cf 100644 --- a/glib/gobject.package.lisp +++ b/glib/gobject.package.lisp @@ -1,5 +1,6 @@ (defpackage :gobject (:use :cl :glib :cffi :tg :bordeaux-threads :iter :closer-mop :gobject.ffi) + #+(or clozure-common-lisp openmcl) (:shadowing-import-from :closer-mop #:defgeneric #:ensure-generic-function #:standard-generic-function) (:export #:g-type #:g-type-string #:g-type-numeric