Update of /cvsroot/sbcl/sbcl/src/runtime
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15330/src/runtime
Modified Files:
runtime.c
Log Message:
0.9.15.5:
Oops, the default SBCL_HOME in runtime.c was accidentally changed in
0.9.15.4. Revert that part of the patch.
Index: runtime.c
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/runtime/runtime.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- runtime.c 28 Jul 2006 20:09:08 -0000 1.62
+++ runtime.c 29 Jul 2006 01:54:51 -0000 1.63
@@ -67,7 +67,7 @@
#endif
#ifndef SBCL_HOME
-#define SBCL_HOME "/opt/packages/sbcl/0.9.15.1/lib/sbcl/"
+#define SBCL_HOME "/usr/local/lib/sbcl/"
#endif
|