Changeset 13927
- Timestamp:
- 05/05/12 07:02:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/signal.lisp
r13434 r13927 68 68 (cond ((> *current-error-depth* *maximum-error-depth*) 69 69 (%format *debug-io* 70 "~%Maximum error depth exceeded (~D nested errors) .~%"71 *current-error-depth* )70 "~%Maximum error depth exceeded (~D nested errors) with '~A'.~%" 71 *current-error-depth* condition) 72 72 (if (fboundp 'internal-debug) 73 73 (internal-debug)
Note: See TracChangeset
for help on using the changeset viewer.