Changeset 12397
- Timestamp:
- 01/24/10 21:41:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Stream.java
r12362 r12397 108 108 protected EolStyle eolStyle = platformEolStyle; 109 109 protected char eolChar = (eolStyle == EolStyle.CR) ? '\r' : '\n'; 110 protected LispObject externalFormat = NIL;110 protected LispObject externalFormat = keywordDefault; 111 111 protected String encoding = null; 112 112 protected char lastChar = 0;
Note: See TracChangeset
for help on using the changeset viewer.