chiark / gitweb /
gdk-package.lisp renamed
authorespen <espen>
Wed, 27 Oct 2004 18:44:32 +0000 (18:44 +0000)
committerespen <espen>
Wed, 27 Oct 2004 18:44:32 +0000 (18:44 +0000)
gdk/defpackage.lisp [new file with mode: 0644]

diff --git a/gdk/defpackage.lisp b/gdk/defpackage.lisp
new file mode 100644 (file)
index 0000000..52480f1
--- /dev/null
@@ -0,0 +1,6 @@
+(defpackage "GDK"
+  (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
+  (:shadowing-import-from "PCL"
+   "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+
+