0.7.1.32:
[sbcl.git] / src / code / target-sap.lisp
index 5a429b6..20383b1 100644 (file)
@@ -56,7 +56,7 @@
 
 ;;; Convert an integer into a SAP.
 (defun int-sap (int)
-  (declare (type sap-int-type int))
+  (declare (type sap-int int))
   (int-sap int))
 
 ;;; Return the 8-bit byte at OFFSET bytes from SAP.