Improve the EQUAL transform.
[sbcl.git] / src / compiler / fndb.lisp
index 4089b77..d6546ce 100644 (file)
 (defknown pathname-version (pathname-designator)
   pathname-version (flushable))
 
+(defknown pathname= (pathname pathname) boolean (movable foldable flushable))
+
 (defknown (namestring file-namestring directory-namestring host-namestring)
   (pathname-designator) (or simple-string null)
   (unsafely-flushable))