[slime-cvs] CVS slime

asimon asimon at common-lisp.net
Sun Apr 16 23:33:38 UTC 2006


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

Modified Files:
	swank-abcl.lisp 
Log Message:
(accept-connection): New argument: timeout.

--- /project/slime/cvsroot/slime/swank-abcl.lisp	2006/02/02 02:45:11	1.34
+++ /project/slime/cvsroot/slime/swank-abcl.lisp	2006/04/16 23:33:38	1.35
@@ -113,8 +113,8 @@
   (ext:server-socket-close socket))
 
 (defimplementation accept-connection (socket 
-                                      &key (external-format :iso-latin-1-unix) buffering)
-  (declare (ignore buffering))
+                                      &key (external-format :iso-latin-1-unix) buffering timeout)
+  (declare (ignore buffering timeout))
   (assert (eq external-format :iso-latin-1-unix))
   (ext:get-socket-stream (ext:socket-accept socket)))
 




More information about the slime-cvs mailing list