X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi.lisp;h=63267022dc7ce8c7710b36edee0c395907ce35d8;hb=333e8280f2f3438ffd379349bc9746c34cccc159;hp=e1f687b53494cd28b2f9471bff3d0a444e49207e;hpb=bc4310a463731d7cf760d28e57700c3c772cb6ef;p=clsql.git diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index e1f687b..6326702 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -21,14 +21,14 @@ (defun canonicalize-type-list (types auto-list) "Ensure a field type list meets expectations" - (declaim (optimize (speed 3) (safety 0))) + (declare (optimize (speed 3) (safety 0))) (do ((i 0 (1+ i)) (new-types '()) (length-types (length types)) (length-auto-list (length auto-list))) ((= i length-auto-list) (nreverse new-types)) - (declaim (fixnum length-types length-auto-list i)) + (declare (fixnum length-types length-auto-list i)) (if (>= i length-types) (push t new-types) ;; types is shorted than num-fields (push