X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-thread.lisp;fp=src%2Fcode%2Ftarget-thread.lisp;h=74a89e27bf26adbdb41f16a5e01285cf5069b51e;hb=1dededc3b3a9ec9dbff1707d74f8567d150c6d8e;hp=ec60aab478db8af9d6ece68bdaba5e25276124fd;hpb=79a85a298ab6cd6d7ba8087d6a67e4902788a034;p=sbcl.git diff --git a/src/code/target-thread.lisp b/src/code/target-thread.lisp index ec60aab..74a89e2 100644 --- a/src/code/target-thread.lisp +++ b/src/code/target-thread.lisp @@ -1360,7 +1360,7 @@ Invoking the initial ABORT restart estabilished by MAKE-THREAD terminates the thread. See also: RETURN-FROM-THREAD, ABORT-THREAD." - #!-sb-thread (declare (ignore function name arguments)) + #!-sb-thread (declare (ignore function name arguments ephemeral)) #!-sb-thread (error "Not supported in unithread builds.") #!+sb-thread (assert (or (atom arguments) (null (cdr (last arguments))))