X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fthread.lisp;h=09c2cc456d9252808885607cda781a5396e51d13;hb=d720bc359f03734ccb9baf66cb45dc01d623f369;hp=51887936ad233221c4acd66ee2cb2ccb459b1a7e;hpb=097bb4b229c78120a1cf3771b1d0cdca31a93101;p=sbcl.git diff --git a/src/code/thread.lisp b/src/code/thread.lisp index 5188793..09c2cc4 100644 --- a/src/code/thread.lisp +++ b/src/code/thread.lisp @@ -94,7 +94,7 @@ stale value, use MUTEX-OWNER instead." ,@body)) (sb!xc:defmacro with-spinlock ((lock) &body body) - (deprecation-warning :early "1.0.53.11" 'with-recursive-spinlock 'with-mutex) + (deprecation-warning :early "1.0.53.11" 'with-spinlock 'with-mutex) `(with-mutex (,lock) ,@body))