Changeset 13092
- Timestamp:
- Oct 22, 2009, 3:04:24 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-readloop.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-readloop.lisp
r13070 r13092 267 267 (return))) 268 268 (let* ((vars (lexenv.variables env))) 269 (dolist (vdecl (lexenv.vdecls env)) 270 (if (and (eq (car vdecl) sym) 271 (eq (cadr vdecl) 'special)) 272 (return-from %symbol-macroexpand-1 (values sym nil)))) 269 273 (when (consp vars) 270 274 (let* ((info (dolist (var vars)
Note:
See TracChangeset
for help on using the changeset viewer.
