Changeset 339


Ignore:
Timestamp:
Jan 19, 2004, 4:40:29 PM (21 years ago)
Author:
Gary Byers
Message:

Allow (EVAL-WHEN () ,@body).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/nfcomp.lisp

    r83 r339  
    539539                                                               
    540540(defun fcomp-eval-when (form env processing-mode &aux (eval-times (pop form)))
    541   (when (or (atom eval-times) (eq (%car eval-times) 'quote))
    542     (report-bad-arg eval-times 'list))
    543541  (let* ((compile-time-too  (eq processing-mode :compile-time-too))
    544542         (compile-time-only (eq processing-mode :compile-time))
Note: See TracChangeset for help on using the changeset viewer.