0.pre7.86.flaky7.21:
[sbcl.git] / src / code / toplevel.lisp
index 41fd568..cd9463c 100644 (file)
           ;; return its truename.
           (probe-init-files (&rest possible-init-file-names)
             (/show0 "entering PROBE-INIT-FILES")
-
-            ;; REMOVEME: commented out while compiler has problems
-            #+nil
-
             (prog1
                 (find-if (lambda (x)
                            (and (stringp x) (probe-file x)))