[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Sun Oct 19 20:03:49 UTC 2008
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv4644
Modified Files:
swank-backend.lisp
Log Message:
More ignore decls.
--- /project/slime/cvsroot/slime/swank-backend.lisp 2008/10/19 20:03:44 1.161
+++ /project/slime/cvsroot/slime/swank-backend.lisp 2008/10/19 20:03:49 1.162
@@ -310,6 +310,7 @@
(definterface install-sigint-handler (function)
"Call FUNCTION on SIGINT (instead of invoking the debugger).
Return old signal handler."
+ (declare (ignore function))
nil)
(definterface call-with-user-break-handler (handler function)
@@ -966,6 +967,7 @@
"Return the thread for ID.
ID should be an id previously obtained with THREAD-ID.
Can return nil if the thread no longer exists."
+ (declare (ignore id))
(current-thread))
(definterface thread-name (thread)
More information about the slime-cvs
mailing list