Changeset 12629


Ignore:
Timestamp:
04/23/10 21:15:16 (13 years ago)
Author:
ehuelsmann
Message:

Running 'ant test.abcl' showed conditions don't have to be of Java type Condition.

File:
1 edited

Legend:

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

    r12597 r12629  
    464464            throws UnhandledCondition
    465465        {
    466             final Condition condition = (Condition) first;
     466            final LispObject condition = first;
    467467            if (interpreter == null) {
    468468                final LispThread thread = LispThread.currentThread();
Note: See TracChangeset for help on using the changeset viewer.