Changeset 12930
- Timestamp:
- 09/30/10 19:22:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Symbol.java
r12749 r12930 288 288 public final void setSymbolValue(LispObject value) 289 289 { 290 if (isConstant()) 291 // Complement the check already done in SpecialOperators.sf_setq 292 error(new ProgramError("Can't change value of constant symbol " + writeToString() + ".")); 290 293 this.value = value; 291 294 }
Note: See TracChangeset
for help on using the changeset viewer.