Comment 11 for bug 573747

Revision history for this message
Christophe Rhodes (csr21-cantab) wrote :

commit d9fae7311cb25912664399cef0abec5388a61701
Author: Christophe Rhodes <email address hidden>
Date: Wed Jun 11 13:26:24 2014 +0100

    Fix #lp573747

    Handle misplaced DECLAREs in the compiler earlier. This takes care
    of compiled code, and of evaluated code under :COMPILE evaluator-mode
    add a test too for :INTERPRET evaluator-mode (though the current
    behaviour is correct).

    Based on the patch by Roman Marynchak.