r4950: *** empty log message ***
[clsql.git] / uffi / clsql-uffi.lisp
index 3c4c8180e23e9736587da7ea3a3c83fc02719c82..aa75cf1df3313108d71059085d313abf9115bb9b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.lisp,v 1.7 2003/05/15 07:39:42 kevin Exp $
+;;;; $Id: clsql-uffi.lisp,v 1.8 2003/05/15 07:45:17 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                  low32
                  (make-64-bit-integer high32 low32)))))
         (t
+         ;; Choose optimized routine
+         #-(or cmu sbcl)
          (native-to-string char-ptr)
-         #+ignore
+         #+(or cmu sbcl)
          (uffi:convert-from-foreign-string char-ptr)))))))