From 067d0ac94fbc0903b0d5d4b913f2421bfbc65265 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 5 Mar 1994 14:32:51 +0000 Subject: [PATCH] Added declaration. --- compiler/ctype.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp index 2abe7a253..716863584 100644 --- a/compiler/ctype.lisp +++ b/compiler/ctype.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.28 1993/09/10 19:09:04 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.29 1994/03/05 14:32:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -745,7 +745,8 @@ ((:error-function *error-function*) #'compiler-warning) warning-function (where "previous declaration")) - (declare (type functional functional) (type function *error-function*) + (declare (type functional functional) (type function-type type) + (type function *error-function*) (string where)) (let ((*lossage-detected* nil)) (multiple-value-bind -- GitLab