Changeset 12599
- Timestamp:
- 04/10/10 21:08:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Lisp.java
r12576 r12599 1201 1201 public static final LispObject readObjectFromString(String s) 1202 1202 { 1203 return new StringInputStream(s).faslRead(true, NIL, false, 1204 LispThread.currentThread()); 1203 return new StringInputStream(s).read(true, NIL, false, 1204 LispThread.currentThread(), 1205 Stream.faslReadtable); 1205 1206 } 1206 1207
Note: See TracChangeset
for help on using the changeset viewer.