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:
1dc7961
)
Removed shadowing of DEFTYPE
author
espen
<espen>
Sun, 29 Apr 2001 20:22:21 +0000
(20:22 +0000)
committer
espen
<espen>
Sun, 29 Apr 2001 20:22:21 +0000
(20:22 +0000)
glib/glib-package.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/glib-package.lisp
b/glib/glib-package.lisp
index 1c6a22a6e5576d492bf110e60cc14acca5106789..3f188ce087a55852382af225736367dfc6bfe89a 100644
(file)
--- a/
glib/glib-package.lisp
+++ b/
glib/glib-package.lisp
@@
-15,13
+15,13
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: glib-package.lisp,v 1.
2 2000/09/30 15:10:54
espen Exp $
+;; $Id: glib-package.lisp,v 1.
3 2001/04/29 20:22:21
espen Exp $
(export 'kernel::type-expand-1 "KERNEL")
(defpackage "GLIB"
(:use "ALIEN" "C-CALL" "SYSTEM" "COMMON-LISP" "PCL" "AUTOEXPORT")
(export 'kernel::type-expand-1 "KERNEL")
(defpackage "GLIB"
(:use "ALIEN" "C-CALL" "SYSTEM" "COMMON-LISP" "PCL" "AUTOEXPORT")
- (:shadow "DEFTYPE")
+
;
(:shadow "DEFTYPE")
(:shadowing-import-from "PCL"
"CLASS-NAME" "BUILT-IN-CLASS" "CLASS-OF" "FIND-CLASS" "LOCATION"
"ALLOCATION" "DIRECT-SLOTS")
(:shadowing-import-from "PCL"
"CLASS-NAME" "BUILT-IN-CLASS" "CLASS-OF" "FIND-CLASS" "LOCATION"
"ALLOCATION" "DIRECT-SLOTS")