chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
756b5b4
)
gdk-package.lisp renamed
author
espen
<espen>
Wed, 27 Oct 2004 18:44:32 +0000
(18:44 +0000)
committer
espen
<espen>
Wed, 27 Oct 2004 18:44:32 +0000
(18:44 +0000)
gdk/defpackage.lisp
[new file with mode: 0644]
patch
|
blob
diff --git a/gdk/defpackage.lisp
b/gdk/defpackage.lisp
new file mode 100644
(file)
index 0000000..
52480f1
--- /dev/null
+++ b/
gdk/defpackage.lisp
@@ -0,0
+1,6
@@
+(defpackage "GDK"
+ (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
+ (:shadowing-import-from "PCL"
+ "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+
+