Changeset 12599


Ignore:
Timestamp:
04/10/10 21:08:41 (14 years ago)
Author:
ehuelsmann
Message:

Commit file left out on my last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/Lisp.java

    r12576 r12599  
    12011201  public static final LispObject readObjectFromString(String s)
    12021202  {
    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);
    12051206  }
    12061207
Note: See TracChangeset for help on using the changeset viewer.