Changeset 12997
- Timestamp:
- Oct 10, 2009, 3:41:57 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r12995 r12997 197 197 (if ,lstsym (go ,toplab)))) 198 198 ,@(if ret `((let ((,varsym nil)) 199 ,@(hoist-special-decls varsym decls) 200 (declare (ignore-if-unused ,varsym)) 199 (declare (ignore-if-unused ,varsym) 200 ,@(loop for decl in decls 201 append (remove 'special (cdr decl) :test #'neq :key #'car))) 201 202 ,ret))))))) 202 203 203 204 204 (defmacro dovector ((varsym vector &optional ret) &body body &environment env)
Note:
See TracChangeset
for help on using the changeset viewer.
