X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.cl;h=2555b4c5b0f2d28a9a1dae588c9b2f2897a0dc38;hb=76ae1bdbadaaf87603ebbe987e59dd1a105f1872;hp=294dcdc9b784a35f6efe09bab73cdd790f217cc1;hpb=02d03aeb9bb5adf1cf5b1d6ea598d6446a631aea;p=uffi.git diff --git a/src/primitives.cl b/src/primitives.cl index 294dcdc..2555b4c 100644 --- a/src/primitives.cl +++ b/src/primitives.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.cl,v 1.6 2002/03/15 11:38:13 kevin Exp $ +;;;; $Id: primitives.cl,v 1.7 2002/03/16 22:54:06 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -84,6 +84,7 @@ supports takes advantage of this optimization." (:char . c-call:char) (:unsigned-char . (alien:unsigned 8)) (:byte . (alien:unsigned 8)) + (:short . c-call:unsigned-short) (:unsigned-short c-call:unsigned-short) (:int . alien:integer) (:unsigned-int . c-call:unsigned-int) (:long . c-call:long) (:unsigned-long . c-call:unsigned-long) (:float . c-call:float) (:double . c-call:double)