compatibility: Fix ECL loading issues
[clsql.git] / sql / db-interface.lisp
index 5cdb719f3ea00cdc4915701fff2abec177aaff49..3454a84ee8d992372e07ba3abf7a7c3d07258a1c 100644 (file)
@@ -380,8 +380,8 @@ of TYPE_NAME (keyword) PRECISION SCALE NULLABLE.")
 
 (defgeneric db-type-has-auto-increment? (db-type)
   (:method (db-type)
-    (declare (ignore db-type)
-            nil))
+    (declare (ignore db-type))
+            nil)
   (:documentation "NIL [default] if database-type supports auto-incrementing columns."))
 
 ;;; Large objects support (Marc Battyani)