From: Kevin M. Rosenberg Date: Sun, 23 May 2004 04:51:10 +0000 (+0000) Subject: r9436: relax declarations for sbcl X-Git-Tag: v3.8.6~407 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=981c14d37d3c6b4037df4a2e43a4a2be5f8b358a r9436: relax declarations for sbcl --- diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 79ba68e..3598dc9 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -204,7 +204,7 @@ the length of that format.") (uffi:def-type string-array (:array :unsigned-char)) (defun deref-oci-string (arrayptr string-index size) - (declare (type string-array arrayptr)) +;; (declare (type string-array arrayptr)) (declare (type (mod #.+n-buf-rows+) string-index)) (declare (type (and unsigned-byte fixnum) size)) (let* ((raw (uffi:convert-from-foreign-string @@ -414,7 +414,7 @@ the length of that format.") (value (let* ((arb (foreign-resource-buffer (cd-indicators cd))) (indicator (uffi:deref-array arb '(:array :short) irow))) - (declare (type short-array arb)) + ;; b(declare (type short-array arb)) (unless (= indicator -1) (ecase (cd-oci-data-type cd) (#.SQLT-STR