From 38c8da5091f5b179448a457e1ad920dad44cebb7 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Mon, 5 May 2008 11:24:28 +0200 Subject: [PATCH] Small fix for SBCL. Signed-off-by: Stelian Ionescu --- iolib/pkgdcl.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iolib/pkgdcl.lisp b/iolib/pkgdcl.lisp index 544631a..81100f3 100644 --- a/iolib/pkgdcl.lisp +++ b/iolib/pkgdcl.lisp @@ -22,3 +22,6 @@ (defconduit :iolib (:use :io.multiplex :io.streams :net.sockets))) + +;; SBCL changes *package* if LOAD-OPing :iolib in the REPL +t -- 2.11.4.GIT