Changeset 12766
- Timestamp:
- 06/25/10 20:44:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Stream.java
r12749 r12766 524 524 if (value == NIL) { 525 525 LispObject[] values = thread._values; 526 if (values != null && values.length == 0) 526 if (values != null && values.length == 0) { 527 527 value = null; 528 thread._values = null; // reset 'no values' indicator 529 } 528 530 } 529 531 return value;
Note: See TracChangeset
for help on using the changeset viewer.