1.0.9.41: Fix test on unthreaded config.
[sbcl.git] / src / compiler / main.lisp
index 516da03..f99f24e 100644 (file)
          (format *error-output*
                  "~@<compilation aborted because of fatal error: ~2I~_~A~:>"
                  condition))
+       (finish-output *error-output*)
        (values nil t t)))))
 
 ;;; Return a pathname for the named file. The file must exist.