X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=f5bc4fdec0b99d24d5411d7a3e4402a448369835;hb=1394636aef3b85be4fb6ef4a5424115aa2022d99;hp=8423f5ebf8fbf5428c59c50884395c0b658afa9e;hpb=c713eb2b521b048ff2c927ec52b861787d289f85;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 8423f5e..f5bc4fd 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -756,7 +756,7 @@ (foldable flushable)) (defknown hash-table-size (hash-table) index (flushable)) (defknown hash-table-test (hash-table) symbol (foldable flushable)) -(defknown sxhash (t) (integer 0 #.sb!vm:*target-most-positive-fixnum*) +(defknown sxhash (t) (integer 0 #.sb!xc:most-positive-fixnum) (foldable flushable)) ;;;; from the "Arrays" chapter