Changeset 15352
- Timestamp:
- 07/23/20 05:12:11 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/make_array.java
r15351 r15352 220 220 defaultInitialElement = NIL; 221 221 } 222 if (initialElementProvided != NIL) { 222 if (nioBuffer != NIL) { 223 // v is fine⊠224 ; 225 } else if (initialElementProvided != NIL) { 223 226 // Initial element was specified. 224 227 v.fill(initialElement);
Note: See TracChangeset
for help on using the changeset viewer.