From: Kevin M. Rosenberg Date: Mon, 3 May 2004 13:16:55 +0000 (+0000) Subject: r9207: fix bad declaration X-Git-Tag: v3.8.6~548 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=2d203c2dba25ab4f19714dcccd4149f2f9bdca6c r9207: fix bad declaration --- diff --git a/tests/utils.lisp b/tests/utils.lisp index fd94021..c93c91f 100644 --- a/tests/utils.lisp +++ b/tests/utils.lisp @@ -1,4 +1,4 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -79,7 +79,7 @@ impl-version machine-type) form - (declare (ignoreable utime impl-version)) + (declare (ignorable utime impl-version)) (if failed-tests (format output "~&~A: ~D of ~D tests failed (~A, ~A).~&" (db-title db-type underlying-db-type)