chiark / gitweb /
Fix compilation for Gtk with the new, stricter inheritance
[clg] / gdk / defpackage.lisp
index 52480f1e1595208709062f6561cfc69a0d6ab8e9..1bcbaf13b52ceb17fa0cb889e98385fac157d5ae 100644 (file)
@@ -1,6 +1,5 @@
 (defpackage "GDK"
-  (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
-  (:shadowing-import-from "PCL"
-   "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+  (:use "GFFI" "GLIB" "COMMON-LISP" "PKG-CONFIG" "AUTOEXPORT")
+  (:shadow "ATOM"))