Changeset 15336
- Timestamp:
- Apr 19, 2012, 4:14:58 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/nx0.lisp
r15314 r15336 1807 1807 (let* ((*nx-sfname* sym) special) 1808 1808 (if (and (setq special (gethash sym *nx1-alphatizers*)) 1809 (or (not (functionp (fboundp sym))) 1810 (memq sym '(apply funcall ;; see bug #285 1811 %defun ;; see bug #295 1812 )) 1813 (< (safety-optimize-quantity env) 3)) 1814 ;;(not (nx-lexical-finfo sym env)) 1815 (not (nx-declared-notinline-p sym *nx-lexical-environment*))) 1809 (not (nx-lexical-finfo sym env)) 1810 (or (special-operator-p sym) 1811 (not (nx-declared-notinline-p sym env)))) 1816 1812 (funcall special context form env) ; pass environment arg ... 1817 1813 (progn
Note:
See TracChangeset
for help on using the changeset viewer.
