X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprimitives.lisp;h=8ba2ba67e02217f17e417f94faef0c43f4662987;hb=e88c7547a91c7ea966e1606963736f136e36ac7f;hp=dc91044d8cead83512ae03def4157a43fa98f23c;hpb=005eb1c1210634a27fbc973d84004b5622456fc5;p=uffi.git diff --git a/src/primitives.lisp b/src/primitives.lisp index dc91044..8ba2ba6 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.lisp,v 1.5 2002/10/16 11:56:43 kevin Exp $ +;;;; $Id: primitives.lisp,v 1.6 2002/11/23 18:01:57 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -166,7 +166,7 @@ supports takes advantage of this optimization." (:pointer-void . (* :void)) (:cstring . (* :unsigned-char)) (:byte . :char) - (:unsigned-byte . :unsigned-byte) + (:unsigned-byte . :unsigned-char) (:char . :char) (:unsigned-char . :unsigned-char) (:int . :int) (:unsigned-int . :unsigned-int)