Changeset 339
- Timestamp:
- Jan 19, 2004, 4:40:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/nfcomp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/nfcomp.lisp
r83 r339 539 539 540 540 (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))543 541 (let* ((compile-time-too (eq processing-mode :compile-time-too)) 544 542 (compile-time-only (eq processing-mode :compile-time))
Note:
See TracChangeset
for help on using the changeset viewer.
