X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.lisp;h=02348a3bc1edaa3a74cc8f6f6d5aebef939c420d;hb=fb079870a636e776d02df1710c5728ed134584ca;hp=3eb0761f522e8a0495473d5397833f20e954b222;hpb=7dc147fd97d90716795606fde2a57d9c96d9351b;p=uffi.git diff --git a/src/primitives.lisp b/src/primitives.lisp index 3eb0761..02348a3 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -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)))