1.0.24.17: grab-bag of fixes to make hpux-os smile
[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))