Changeset 12680


Ignore:
Timestamp:
05/13/10 21:44:54 (13 years ago)
Author:
astalla
Message:

Removed debug print, the branch now fails the same tests as trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/less-reflection/abcl/src/org/armedbear/lisp/compile-file.lisp

    r12679 r12680  
    651651         :if-exists :supersede)
    652652          (jvm:compile-defun nil expr nil
    653                  classfile f nil))))
    654       (format t "~&; Wrote fasl loader ~A~%" classfile))
     653                 classfile f nil)))))
    655654    (write (list 'setq '*fasl-loader*
    656655           `(sys::make-fasl-class-loader
Note: See TracChangeset for help on using the changeset viewer.