Changeset 11923


Ignore:
Timestamp:
05/22/09 05:51:28 (14 years ago)
Author:
ehuelsmann
Message:

Our input is already preprocessed. Don't do it again.
(Eliminated in GENERATE-INLINE-EXPANSION).

File:
1 edited

Legend:

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

    r11919 r11923  
    5454           (setf body (copy-tree body))
    5555           (list 'LAMBDA lambda-list
    56                  (precompiler:precompile-form (list* 'BLOCK block-name body) t *compile-file-environment*)))))
     56                 (list* 'BLOCK block-name body)))))
    5757  ) ; EVAL-WHEN
    5858
Note: See TracChangeset for help on using the changeset viewer.