chiark / gitweb /
Removed shadowing of DEFTYPE
authorespen <espen>
Sun, 29 Apr 2001 20:22:21 +0000 (20:22 +0000)
committerespen <espen>
Sun, 29 Apr 2001 20:22:21 +0000 (20:22 +0000)
glib/glib-package.lisp

index 1c6a22a6e5576d492bf110e60cc14acca5106789..3f188ce087a55852382af225736367dfc6bfe89a 100644 (file)
 ;; 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")
-  (:shadow "DEFTYPE")
+;  (:shadow "DEFTYPE")
   (:shadowing-import-from "PCL"
           "CLASS-NAME" "BUILT-IN-CLASS" "CLASS-OF" "FIND-CLASS" "LOCATION"
           "ALLOCATION" "DIRECT-SLOTS")