X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=49c58a3948742631722aa2c892e63df6bb1fd240;hb=6ab9c60f1c53cc7cc912d644658bc23453a82ac4;hp=af64d73ccefe1e448a1d9e2f8647d2d134fa9dbd;hpb=a163c70e2bef35bf482a785dbfd9c545b4fcd555;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index af64d73..49c58a3 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -787,7 +787,7 @@ (defknown hash-table-size (hash-table) index (flushable)) (defknown hash-table-test (hash-table) symbol (foldable flushable)) (defknown sxhash (t) (integer 0 #.sb!xc:most-positive-fixnum) - (foldable flushable)) + (#-sb-xc-host foldable flushable)) ;;;; from the "Arrays" chapter