Changeset 13361
- Timestamp:
- Jan 4, 2010, 8:40:23 AM (15 years ago)
- Location:
- branches/working-0711/ccl
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
level-1/l1-readloop-lds.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl
- Property svn:mergeinfo changed
/trunk/source merged: 13340,13345,13347,13353-13355
- Property svn:mergeinfo changed
-
branches/working-0711/ccl/level-1/l1-readloop-lds.lisp
r13190 r13361 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.
