X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Fvm-fndb.lisp;h=a4622b15fc008f71068236bb958ec7a781373c07;hb=670d28c10c178142146f6916c5fa0967732f3a8f;hp=96367593b4f2e0296be27d97937be10487a09c7d;hpb=434d132bed6f23a9bdc4e35c355cc26b9f454f20;p=sbcl.git diff --git a/src/compiler/generic/vm-fndb.lisp b/src/compiler/generic/vm-fndb.lisp index 9636759..a4622b1 100644 --- a/src/compiler/generic/vm-fndb.lisp +++ b/src/compiler/generic/vm-fndb.lisp @@ -227,7 +227,7 @@ ;;;; threading -#!+sb-lutex +#!+(and sb-lutex sb-thread) (progn (defknown sb!vm::%make-lutex () sb!vm::lutex ()) (defknown sb!vm::lutexp (t) boolean (foldable flushable)))