Changeset 6641


Ignore:
Timestamp:
Jun 3, 2007, 2:40:01 AM (17 years ago)
Author:
Gary Byers
Message:

Don't call PROCESS-DEBUG-CONDITION in %ERROR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/level-1/l1-error-signal.lisp

    r6591 r6641  
    116116(defun %error (condition args error-pointer)
    117117  (setq condition (condition-arg condition args 'simple-error))
    118   (process-debug-condition *current-process* condition error-pointer)
    119118  (signal condition)
    120119  (unless *interactive-streams-initialized*
Note: See TracChangeset for help on using the changeset viewer.