projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804b4c8
)
Correct the DEFPACKAGE for GOBJECT to work with recent closer-mop (0.60)
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 17 Dec 2009 09:19:23 +0000
(12:19 +0300)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 17 Dec 2009 10:21:48 +0000
(13:21 +0300)
glib/gobject.package.lisp
patch
|
blob
|
history
diff --git
a/glib/gobject.package.lisp
b/glib/gobject.package.lisp
index
8299b02
..
b9be3e8
100644
(file)
--- a/
glib/gobject.package.lisp
+++ b/
glib/gobject.package.lisp
@@
-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