X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fgeneric%2Fvm-fndb.lisp;h=f3e5f19316c1d71e5a39a2ef38cf5dde42cb0754;hb=935d6f6a696c2b0bff1c937cef346cb495e41999;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..f3e5f19 100644 --- a/src/compiler/generic/vm-fndb.lisp +++ b/src/compiler/generic/vm-fndb.lisp @@ -25,6 +25,7 @@ #!+sb-unicode character-string-p #!+sb-unicode simple-character-string-p array-header-p + sequencep simple-array-p simple-array-nil-p vector-nil-p simple-array-unsigned-byte-2-p simple-array-unsigned-byte-4-p simple-array-unsigned-byte-7-p @@ -227,7 +228,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)))