0.7.4.37:
[sbcl.git] / src / code / error.lisp
index 56ce2ac..1239eb4 100644 (file)
              (case-failure-possibilities condition)))))
 
 (define-condition simple-control-error (simple-condition control-error) ())
-;;; OpenMCL 0.11 can't compile this, so just skip it, since it
-;;; shouldn't be needed on the happy path anyway. FIXME: CSR says
-;;; that 0.12 should be able to compile this, so this #- should
-;;; be removable real soon now.
-#-(and openmcl sb-xc-host)
 (define-condition simple-file-error    (simple-condition file-error)    ())
 (define-condition simple-program-error (simple-condition program-error) ())
 (define-condition simple-stream-error  (simple-condition stream-error)  ())