From a13fb928da7af1f2fa9ea1bcf10eaecaa2b62358 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 11 Feb 1993 00:17:47 +0000 Subject: [PATCH] Flush spurious eval-when --- code/typedefs.lisp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/typedefs.lisp b/code/typedefs.lisp index 60ec49804..6ebf8064d 100644 --- a/code/typedefs.lisp +++ b/code/typedefs.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.2 1993/02/04 22:37:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.3 1993/02/11 00:17:47 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -58,9 +58,8 @@ ;;; This condition is signalled whenever we make a UNKNOWN-TYPE so that ;;; compiler warnings can be emitted as appropriate. ;;; -(eval-when (compile load eval) - (define-condition parse-unknown-type (condition) - (specifier))) +(define-condition parse-unknown-type (condition) + (specifier)) ;;;; Cold load hack magic. -- GitLab