Changeset 6174
- Timestamp:
- Apr 7, 2007, 7:51:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx0.lisp
r5972 r6174 2319 2319 (not (assq sym (defenv.constants defenv)))))) ; check compile-time-constants, too 2320 2320 (if (and check-bindable (nx-global-p sym)) 2321 (nx-error "~S is global and can not be bound ." sym)2321 (nx-error "~S is declared static and can not be bound" sym) 2322 2322 sym) 2323 2323 (nx-error "Can't bind or assign to constant ~S." sym)))
Note:
See TracChangeset
for help on using the changeset viewer.
