chiark / gitweb /
Initial checkin
[clg] / atk / atk-package.lisp
diff --git a/atk/atk-package.lisp b/atk/atk-package.lisp
new file mode 100644 (file)
index 0000000..87e7c3d
--- /dev/null
@@ -0,0 +1,6 @@
+(defpackage "ATK"
+  (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
+  (:shadowing-import-from "PCL"
+   "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+
+