X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fstrings.cl;h=0cbf721d9e739534a3b740cf24d01ef5d1f4b184;hb=40314c219af7f3c1117836a66f4028a52704437d;hp=6eeea2c60ff7d7bc7778940450c367cc4abd8227;hpb=e41ee8065d399e0fb1d0d851a27aa53ba9015cf2;p=uffi.git diff --git a/src/strings.cl b/src/strings.cl index 6eeea2c..0cbf721 100644 --- a/src/strings.cl +++ b/src/strings.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: strings.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: strings.cl,v 1.2 2002/03/10 00:11:47 kevin Exp $ ;;;; ;;;; This file is part of the UFFI. ;;;; @@ -52,7 +52,7 @@ that CMU automatically converts strings from c-calls." (defmacro convert-to-c-string (obj) #+lispworks `(if (null ,obj) - +null-c-string-ptr+ + +null-c-string-pointer+ (fli:convert-to-foreign-string ,obj)) #+allegro `(if (null ,obj) @@ -101,7 +101,7 @@ that CMU automatically converts strings from c-calls." (defmacro convert-to-foreign-string (obj) #+lispworks `(if (null ,obj) - +null-c-string-ptr+ + +null-c-string-pointer+ (fli:convert-to-foreign-string ,obj)) #+allegro `(if (null ,obj)