1.0.10.35: fix sb-posix test on linux
[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.