[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Mon Oct 22 08:20:16 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:

* swank-openmcl.lisp (closure-closed-over-values): Use
  CCL::NTH-IMMEDIATE instead of CCL::%SVREF.  This makes it work on
  x86-64 OpenMCL. (The %SVREF worked on PPC, but this will work on
  both.)


--- /project/slime/cvsroot/slime/ChangeLog	2007/09/27 12:56:13	1.1234
+++ /project/slime/cvsroot/slime/ChangeLog	2007/10/22 08:20:11	1.1235
@@ -1,3 +1,10 @@
+2007-09-27  R. Matthew Emerson  <rme at thoughtstuff.com>
+
+	* swank-openmcl.lisp (closure-closed-over-values): Use
+	CCL::NTH-IMMEDIATE instead of CCL::%SVREF.  This makes it work on
+	x86-64 OpenMCL. (The %SVREF worked on PPC, but this will work on
+	both.)
+
 2007-09-27  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-filesystem-toplevel-directory): New function.




More information about the slime-cvs mailing list