Changeset 13345
- Timestamp:
- Dec 30, 2009, 7:06:08 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-readloop-lds.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-readloop-lds.lisp
r13183 r13345 492 492 (*debugger-hook* nil)) 493 493 (funcall hook condition hook))) 494 (%break-message "Error" condition) 494 (let ((msg (if *batch-flag* ;; Give a little more info if exiting 495 (format nil "Error of type ~s" (type-of condition)) 496 "Error"))) 497 (%break-message msg condition)) 495 498 (let* ((s *error-output*)) 496 499 (dolist (bogusness bogus-globals)
Note:
See TracChangeset
for help on using the changeset viewer.
