[slime-cvs] CVS update: slime/swank-abcl.lisp

Andras Simon asimon at common-lisp.net
Sun Nov 13 17:27:41 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv27468

Modified Files:
	swank-abcl.lisp 
Log Message:
(accept-connection): New argument: buffering.
Date: Sun Nov 13 18:27:40 2005
Author: asimon

Index: slime/swank-abcl.lisp
diff -u slime/swank-abcl.lisp:1.29 slime/swank-abcl.lisp:1.30
--- slime/swank-abcl.lisp:1.29	Sun Nov 13 12:22:24 2005
+++ slime/swank-abcl.lisp	Sun Nov 13 18:27:40 2005
@@ -111,7 +111,8 @@
   (ext:server-socket-close socket))
 
 (defimplementation accept-connection (socket 
-                                      &key (external-format :iso-latin-1-unix))
+                                      &key (external-format :iso-latin-1-unix) buffering)
+  (declare (ignore buffering))
   (assert (eq external-format :iso-latin-1-unix))
   (ext:get-socket-stream (ext:socket-accept socket)))
 




More information about the slime-cvs mailing list