r1523: *** empty log message ***
[uffi.git] / src / strings.cl
index 6eeea2c60ff7d7bc7778940450c367cc4abd8227..0cbf721d9e739534a3b740cf24d01ef5d1f4b184 100644 (file)
@@ -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)