Changeset 7731
- Timestamp:
- Nov 24, 2007, 6:29:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-readloop-lds.lisp
r7624 r7731 415 415 "Print a message and invoke the debugger without allowing any possibility 416 416 of condition handling occurring." 417 (apply #'%break-in-frame (%get-frame-ptr) string args)) 417 (if *batch-flag* 418 (apply #'error string args) 419 (apply #'%break-in-frame (%get-frame-ptr) string args))) 418 420 419 421 (defun %break-in-frame (fp &optional string &rest args)
Note:
See TracChangeset
for help on using the changeset viewer.
