X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fprimitives.lisp;h=03530669ff87ed7cfc31f3756d07f6f9445bd769;hb=438c1aab549781622a1decfcce83c045ebd79e43;hp=8ba2ba67e02217f17e417f94faef0c43f4662987;hpb=e88c7547a91c7ea966e1606963736f136e36ac7f;p=uffi.git diff --git a/src/primitives.lisp b/src/primitives.lisp index 8ba2ba6..0353066 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.6 2002/11/23 18:01:57 kevin Exp $ +;;;; $Id: primitives.lisp,v 1.8 2002/12/15 17:11:08 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -179,9 +179,12 @@ supports takes advantage of this optimization." '((* . :pointer) (:void . :void) (:short . :short) (:pointer-void . (:pointer :void)) - (: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)) + (:cstring . (:reference-pass (:ef-mb-string :external-format + (:latin-1 :eol-style :lf)) + :allow-null t)) + (:cstring-returning . (:reference (:ef-mb-string :external-format + (:latin-1 :eol-style :lf)) + :allow-null t)) (:byte . :byte) (:unsigned-byte . (:unsigned :byte)) (:char . :char)