Changeset 6426
- Timestamp:
- May 4, 2007, 8:45:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx-basic.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx-basic.lisp
r4585 r6426 162 162 (if (and (consp (cdr found))(eq (%cadr found) 'macro)) 163 163 (values :macro t nil) 164 (values :function tdecls))))))))))))164 (values :function (caddr found) decls)))))))))))) 165 165 166 166 (defun variable-information (var &optional env)
Note:
See TracChangeset
for help on using the changeset viewer.
