Changeset 14891
- Timestamp:
- Jul 19, 2011, 9:07:53 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r14850 r14891 931 931 (warn "Duplicate keyform ~s in ~s statement." atom-or-list statement-type) 932 932 (setq used-keys (nconc used-keys (list (cons atom-or-list t))))) 933 `((,(if (typep atom-or-list '(and number (not fixnum))) 934 'eql 935 'eq) 936 ,symbol ',atom-or-list))) 933 `((eql ,symbol ',atom-or-list))) 937 934 (nconc (case-key-testers symbol used-keys (car atom-or-list) statement-type t) 938 935 (when (cdr atom-or-list)
Note:
See TracChangeset
for help on using the changeset viewer.
