From 5185ba6723cfb3e973ee07b7a62ec473b4341fb0 Mon Sep 17 00:00:00 2001 From: emarsden <emarsden> Date: Sun, 9 Feb 2003 17:25:20 +0000 Subject: [PATCH] Fix typo in ignore declaration. --- code/profile.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/profile.lisp b/code/profile.lisp index 7c2dc88ef..78c8499c4 100644 --- a/code/profile.lisp +++ b/code/profile.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/profile.lisp,v 1.30 2003/02/05 22:58:15 cracauer Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/profile.lisp,v 1.31 2003/02/09 17:25:20 emarsden Exp $") ;;; ;;; ********************************************************************** ;;; @@ -684,7 +684,7 @@ this, the functions are listed. If NIL, then always list the functions.") (symbol-name n) (multiple-value-bind (valid block-name) (ext:valid-function-name-p n) - (declared (ignore valid)) + (declare (ignore valid)) (if block-name block-name (princ-to-string n))))))))) -- GitLab