Correct the DEFPACKAGE for GOBJECT to work with recent closer-mop (0.60)
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Thu, 17 Dec 2009 09:19:23 +0000 (12:19 +0300)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Thu, 17 Dec 2009 10:21:48 +0000 (13:21 +0300)
glib/gobject.package.lisp

index 8299b02..b9be3e8 100644 (file)
@@ -1,6 +1,5 @@
 (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)
+  (:use :c2cl :glib :cffi :tg :bordeaux-threads :iter :closer-mop :gobject.ffi)
   (:export #:g-type
            #:g-type-string
            #:g-type-numeric