- Timestamp:
- Jun 16, 2008, 4:17:32 PM (16 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/xref.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/xref.lisp
r9762 r9770 190 190 ((ppc-lap-macro compiler-macro-function) 191 191 (%make-xref-entry :name (cadr input) :type (car input))) 192 #|(t192 (t 193 193 (multiple-value-bind (type name specializers qualifiers) 194 194 (parse-definition-spec input) 195 195 (%make-xref-entry :name name :type type 196 196 :method-qualifiers (unless (eql qualifiers t) qualifiers) 197 :method-specializers specializers))) |#))))197 :method-specializers specializers))))))) 198 198 199 199 ;; XREF-ENTRY-EQUAL -- external
Note:
See TracChangeset
for help on using the changeset viewer.
