Changeset 14087
- Timestamp:
- 08/14/12 19:33:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r14082 r14087 7480 7480 (setf definition (fdefinition name))) 7481 7481 (when (compiled-function-p definition) 7482 (return-from jvm-compile (values namenil nil)))7482 (return-from jvm-compile (values (or name definition) nil nil))) 7483 7483 (let ((catch-errors *catch-errors*) 7484 7484 (warnings-p nil)
Note: See TracChangeset
for help on using the changeset viewer.