r10269: fix word size for sbcl-amd64
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 22 Jan 2005 16:00:35 +0000 (16:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 22 Jan 2005 16:00:35 +0000 (16:00 +0000)
src/primitives.lisp

index 3eb0761f522e8a0495473d5397833f20e954b222..02348a3bc1edaa3a74cc8f6f6d5aebef939c420d 100644 (file)
@@ -152,7 +152,7 @@ supports takes advantage of this optimization."
       (:unsigned-byte . (sb-alien:unsigned 8))
       (:short . sb-alien:short)
       (:unsigned-short . sb-alien:unsigned-short)
-      (:int . sb-alien:integer) (:unsigned-int . sb-alien:unsigned-int) 
+      (:int . sb-alien:int) (:unsigned-int . sb-alien:unsigned-int) 
       (:long . sb-alien:long) (:unsigned-long . sb-alien:unsigned-long)
       (:float . sb-alien:float) (:double . sb-alien:double)
       (:array . sb-alien:array)))