Changeset 14755
- Timestamp:
- Apr 29, 2011, 1:29:30 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-error-signal.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-error-signal.lisp
r14510 r14755 120 120 "Invoke the signal facility on a condition formed from DATUM and ARGUMENTS. 121 121 If the condition is not handled, the debugger is invoked." 122 #|123 #+ppc-target124 (with-pstrs ((pstr (if (stringp condition) condition "Error")))125 (#_DebugStr pstr))126 |#127 122 (%error condition args (%get-frame-ptr))) 128 123
Note:
See TracChangeset
for help on using the changeset viewer.
