[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Thu May 17 11:41:34 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv15508

Modified Files:
	swank-loader.lisp 
Log Message:
* swank-loader.lisp (*sysdep-files*): Load the auxiliary files
  swank-source-*.lisp before swank-sbcl.lisp to avoid
  undefined-function style warnings.


--- /project/slime/cvsroot/slime/swank-loader.lisp	2007/01/12 15:23:48	1.64
+++ /project/slime/cvsroot/slime/swank-loader.lisp	2007/05/17 11:41:34	1.65
@@ -37,8 +37,8 @@
    '("nregex")
    #+cmu '("swank-source-path-parser" "swank-source-file-cache" "swank-cmucl")
    #+scl '("swank-source-path-parser" "swank-source-file-cache" "swank-scl")
-   #+sbcl '("swank-sbcl" "swank-source-path-parser"
-            "swank-source-file-cache" "swank-gray")
+   #+sbcl '("swank-source-path-parser" "swank-source-file-cache"
+            "swank-sbcl" "swank-gray")
    #+openmcl '("metering" "swank-openmcl" "swank-gray")
    #+lispworks '("swank-lispworks" "swank-gray")
    #+allegro '("swank-allegro" "swank-gray")




More information about the slime-cvs mailing list