Changeset 15222
- Timestamp:
- Feb 18, 2012, 10:54:06 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r15155 r15222 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 cerrorwarn %error)))399 (memq (setq head (pop expansion)) '(signal error warn %error))) 400 400 (let ((condform nil) 401 401 (signalform nil) 402 402 (cname (gensym))) 403 403 (case head 404 (cerror405 (destructuring-bind406 (continue cond &rest args) expansion407 (setq condform `(condition-arg ,cond (list ,@args) 'simple-error)408 signalform `(cerror ,continue ,cname))))409 404 ((signal error warn) 410 405 (destructuring-bind
Note:
See TracChangeset
for help on using the changeset viewer.
