Changeset 12980
- Timestamp:
- Oct 9, 2009, 4:06:23 PM (15 years ago)
- Location:
- branches/working-0711/ccl/lib
- Files:
-
- 2 edited
-
level-2.lisp (modified) (1 diff)
-
macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/level-2.lisp
r12534 r12980 49 49 ; that have been scarfed out of a macro-like lambda list. 50 50 ; The returned value is supposed to be suitable for splicing ... 51 #+not-used52 51 (defun hoist-special-decls (sym decls) 53 52 (when sym -
branches/working-0711/ccl/lib/macros.lisp
r12959 r12980 197 197 (if ,lstsym (go ,toplab)))) 198 198 ,@(if ret `((let ((,varsym nil)) 199 ,@(hoist-special-decls varsym decls) 199 200 (declare (ignore-if-unused ,varsym)) 200 ,@decls201 201 ,ret))))))) 202 202
Note:
See TracChangeset
for help on using the changeset viewer.
