1.0.20.29: small FIND fix & win32 build fix
[sbcl.git] / src / code / sxhash.lisp
index 53431b2..dde2e15 100644 (file)
                   (%set-symbol-hash x sxhash)
                   sxhash)
                 result)))))
+
+(deftransform psxhash ((x &optional depthoid) (character &optional t))
+  `(char-code (char-upcase x)))
+
+(deftransform psxhash ((x &optional depthoid) (integer &optional t))
+  `(sxhash x))