Skip to content
Snippets Groups Projects
Commit a13fb928 authored by ram's avatar ram
Browse files

Flush spurious eval-when

parent 9602bca3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -58,9 +58,8 @@
;;; This condition is signalled whenever we make a UNKNOWN-TYPE so that ;;; This condition is signalled whenever we make a UNKNOWN-TYPE so that
;;; compiler warnings can be emitted as appropriate. ;;; compiler warnings can be emitted as appropriate.
;;; ;;;
(eval-when (compile load eval) (define-condition parse-unknown-type (condition)
(define-condition parse-unknown-type (condition) (specifier))
(specifier)))
;;;; Cold load hack magic. ;;;; Cold load hack magic.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment