1.0.45.10: tools-for-build/Makefile path fixes
[sbcl.git] / src / compiler / fndb.lisp
index 0c80ebf..73e3db1 100644 (file)
 (defknown %typep (t (or type-specifier ctype)) boolean
   (movable flushable explicit-check))
 (defknown %instance-typep (t (or type-specifier ctype)) boolean
-  (movable flushable explicit-check))
+  (movable flushable explicit-check always-translatable))
 
 (defknown %cleanup-point () t)
 (defknown %special-bind (t t) t)