From 406aa97b03d3f732c280b04e3f6c12cfc66e338f Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Mon, 2 Jan 2012 17:53:21 +0000 Subject: [PATCH] Delete some imports from SB-PCL This seems to allow me to load GFFI on my system. I'm a bit concerned that it will break things horribly though... Ho hum. --- gffi/defpackage.lisp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gffi/defpackage.lisp b/gffi/defpackage.lisp index 1560ea1..4e4dcf8 100644 --- a/gffi/defpackage.lisp +++ b/gffi/defpackage.lisp @@ -30,12 +30,6 @@ #+(or cmu sbcl)(:shadow "POINTER") #+cmu(:shadowing-import-from "PCL" "CLASS-DIRECT-SUPERCLASSES") #+clisp(:shadow "TYPE-EXPAND-1" "SLOT-DEFINITION-TYPE" "BYTE") - #+(or cmu sbcl) - (:import-from #+cmu"PCL" #+sbcl"SB-PCL" - "READER-FUNCTION" "WRITER-FUNCTION" "BOUNDP-FUNCTION" - "INITIALIZE-INTERNAL-SLOT-FUNCTIONS" "COMPUTE-SLOT-ACCESSOR-INFO" - "COMPUTE-EFFECTIVE-SLOT-DEFINITION-INITARGS" - #?-(pkg-config:sbcl>= 0 9 8)"INITIALIZE-INTERNAL-SLOT-GFS") #+cmu(:import-from "ALIEN" "CALLBACK") #+(or cmu sbcl) (:import-from #+cmu"ALIEN" #+sbcl"SB-ALIEN" -- 2.11.0