diff --git a/code/typedefs.lisp b/code/typedefs.lisp
index 60ec498047b53d3b9f168ffecf3a20532be634ad..6ebf8064d8e3f95c24aa2b037ec6c1a05a2e405f 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.