Changeset 15223
- Timestamp:
- Feb 18, 2012, 11:27:40 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r15222 r15223 397 397 (head nil)) 398 398 (if (and (listp expansion) ; already an ugly hack, made uglier by %error case ... 399 (memq (setq head (pop expansion)) '(signal error warn %error)))399 (memq (setq head (pop expansion)) '(signal error cerror warn %error))) 400 400 (let ((condform nil) 401 401 (signalform nil) 402 402 (cname (gensym))) 403 403 (case head 404 (cerror 405 (destructuring-bind 406 (continue cond &rest args) expansion 407 (setq condform `(condition-arg ,cond (list ,@args) 'simple-error) 408 signalform `(cerror ,continue ,cname ,@args)))) 404 409 ((signal error warn) 405 410 (destructuring-bind
Note:
See TracChangeset
for help on using the changeset viewer.
