Ticket #882: macros.lisp.patch
| File macros.lisp.patch, 0.7 KB (added by jlawrence, 20 months ago) |
|---|
-
ccl/lib/macros.lisp
409 409 ((signal error warn) 410 410 (destructuring-bind 411 411 (cond &rest args) expansion 412 (setq condform `(condition-arg ,cond (list ,@args) ,(if (eq head 'warn ing)412 (setq condform `(condition-arg ,cond (list ,@args) ,(if (eq head 'warn) 413 413 ''simple-warning 414 414 (if (eq head 'error) 415 415 ''simple-error
