From: Kevin M. Rosenberg Date: Fri, 17 May 2002 16:51:08 +0000 (+0000) Subject: r2055: updated external format for lw X-Git-Tag: v1.6.1~387 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=7e462c712fb0d10414b34fb34821894cb7f2a950;p=uffi.git r2055: updated external format for lw --- diff --git a/src/primitives.cl b/src/primitives.cl index 009c1fc..5ec2cd3 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.17 2002/04/28 06:03:13 kevin Exp $ +;;;; $Id: primitives.cl,v 1.18 2002/05/17 16:51:08 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -103,8 +103,9 @@ supports takes advantage of this optimization." '((* . :pointer) (:void . :void) (:short . :short) (:pointer-void . (:pointer :void)) - (:cstring . (:reference-pass :ef-mb-string :allow-null t)) - (:cstring-returning . (:reference :ef-mb-string :allow-null t)) + (:cstring . (:reference-pass (:ef-mb-string :external-format :latin-1) + :allow-null t)) + (:cstring-returning . (:reference (:ef-mb-string :external-format :latin-1) :allow-null t)) (:char . :char) (:byte :byte) (:unsigned-char . (:unsigned :char))