r1579: *** empty log message ***
[uffi.git] / src / primitives.cl
index 294dcdc9b784a35f6efe09bab73cdd790f217cc1..2555b4c5b0f2d28a9a1dae588c9b2f2897a0dc38 100644 (file)
@@ -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)