Changeset 224


Ignore:
Timestamp:
Jan 5, 2004, 6:30:21 PM (21 years ago)
Author:
Gary Byers
Message:

SUBTAG-INSTANCE in TARGET package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/read.lisp

    r6 r224  
    208208                                       (dotimes (i (uvsize tree))
    209209                                         (declare (fixnum i))
    210                                          (unless (and (eql i 0) (eql subtype arch::subtag-instance))
     210                                         (unless (and (eql i 0) (eql subtype target::subtag-instance))
    211211                                           (setf (uvref tree i) (circle-subst (uvref tree i))))))
    212212                                     (locally
Note: See TracChangeset for help on using the changeset viewer.