Changeset 11768
- Timestamp:
- 04/20/09 08:13:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/SpecialOperators.java
r11767 r11768 383 383 LispObject body = args.cdr(); 384 384 body = innerEnv.processDeclarations(body); 385 return progn(body, ext, thread);385 return progn(body, innerEnv, thread); 386 386 } 387 387 finally
Note: See TracChangeset
for help on using the changeset viewer.