Changeset 12629
- Timestamp:
- 04/23/10 21:15:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Interpreter.java
r12597 r12629 464 464 throws UnhandledCondition 465 465 { 466 final Condition condition = (Condition)first;466 final LispObject condition = first; 467 467 if (interpreter == null) { 468 468 final LispThread thread = LispThread.currentThread();
Note: See TracChangeset
for help on using the changeset viewer.