Changeset 9481
- Timestamp:
- May 14, 2008, 4:34:23 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/compiler/nx1.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/nx1.lisp
r9391 r9481 1055 1055 1056 1056 (defnx1 nx1-load-time-value (load-time-value) (&environment env form &optional read-only-p) 1057 ; Validate the "read-only-p" argument1057 ;; Validate the "read-only-p" argument 1058 1058 (if (and read-only-p (neq read-only-p t)) (require-type read-only-p '(member t nil))) 1059 ; Then ignore it.1059 ;; Then ignore it. 1060 1060 (if *nx-load-time-eval-token* 1061 1061 (multiple-value-bind (function warnings) … … 1146 1146 (consp (%cdr def)) 1147 1147 (symbolp (%cadr def))) 1148 (note-function-info (%cadr def) nilenv))1148 (note-function-info (%cadr def)(caddr def) env)) 1149 1149 (nx1-treat-as-call w)) 1150 1150
Note:
See TracChangeset
for help on using the changeset viewer.
