0.9.2.x support

Christophe Rhodes <[email protected]> Mon, 04 Jul 2005 14:15:39 +0100
Newsgroups gmane.lisp.clx.devel
Message-ID <[email protected]>
Hi,

The below supports SBCL's new thread objects.  It will hopefully end
up in the 'central' darcs repository as soon as Dan and I work out how
that's meant to work.

Cheers,

Christophe.

Fri Jul  1 12:54:29 BST 2005  Christophe Rhodes <[email protected]>
  * sbcl-0.9.2.10-threads-support
diff -rN -u old-clx/dependent.lisp new-clx/dependent.lisp
--- old-clx/dependent.lisp      2005-07-04 14:15:42.225582312 +0100
+++ new-clx/dependent.lisp      2005-07-01 12:35:22.000000000 +0100
@@ -1282,7 +1282,7 @@

 #+sbcl
 (defun current-process ()
-  (sb-thread:current-thread-id))
+  sb-thread:*current-thread*)

 ;;; WITHOUT-INTERRUPTS -- provide for atomic operations.




_______________________________________________
Portable-clx mailing list
[email protected]
http://lists.metacircles.com/cgi-bin/mailman/listinfo/portable-clx
cvs -d :ext:cvs.telent.net:/usr/local/src/cvs co clx  # over ssh
cvs -d :pserver:[email protected]:/cvs co clx  # anonymous