Changeset 12112


Ignore:
Timestamp:
08/23/09 14:24:05 (14 years ago)
Author:
ehuelsmann
Message:

Re-instate accidentally commented out DELETE-FILE form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r12108 r12112  
    84788478                   (load-compiled-function
    84798479                    (compile-defun name expr env tempfile))))
    8480         ;;(delete-file tempfile)
    8481         ))
     8480        (delete-file tempfile)))
    84828481    (when (and name (functionp compiled-function))
    84838482      (sys::set-function-definition name compiled-function definition))
Note: See TracChangeset for help on using the changeset viewer.