X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fstrings.cl;h=cc3a1edc721d58c6eb948fdbbc02f6ade98c0813;hb=8c67076cc94d7f121055288647042003d3ccd4e7;hp=4d95e334ee1da8c41fd3145ebeb36b9b5ad6cb18;hpb=6957305d2fba5a66f90568af5ae9efc331482f55;p=uffi.git diff --git a/src/strings.cl b/src/strings.cl index 4d95e33..cc3a1ed 100644 --- a/src/strings.cl +++ b/src/strings.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: strings.cl,v 1.14 2002/03/23 17:06:57 kevin Exp $ +;;;; $Id: strings.cl,v 1.15 2002/03/31 23:05:07 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -156,7 +156,6 @@ that LW/CMU automatically converts strings from c-calls." ) (defmacro with-foreign-string ((foreign-string lisp-string) &body body) - #-(or lispworks cmu) (let ((result (gensym))) `(let* ((,foreign-string (convert-to-foreign-string ,lisp-string)) (,result (progn ,@body)))