- Timestamp:
- Jun 3, 2008, 8:44:57 PM (16 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-clos.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos.lisp
r9578 r9669 2069 2069 ;;; Let %%1st-arg-dcode deal with it. 2070 2070 (%%1st-arg-dcode dt args)))) 2071 (register-dcode-proto #'%%1st-arg-eql-method-hack-dcode *gf-proto*) 2071 2072 2072 2073 (defun %%1st-two-arg-eql-method-hack-dcode (dt arg1 arg2) … … 2075 2076 (funcall mf arg1 arg2) 2076 2077 (%%1st-two-arg-dcode dt arg1 arg2)))) 2077 (register-dcode-proto #' reader-variable-location-dcode *gf-proto-two-arg*)2078 (register-dcode-proto #'%%1st-two-arg-eql-method-hack-dcode *gf-proto-two-arg*) 2078 2079 2079 2080 (defun %%one-arg-eql-method-hack-dcode (dt arg)
Note:
See TracChangeset
for help on using the changeset viewer.
