Changeset 7739
- Timestamp:
- Nov 24, 2007, 6:33:56 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/xdump/hashenv.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/xdump/hashenv.lisp
r3629 r7739 76 76 77 77 78 79 80 ; state is #(index vector hash-table saved-lock) 78 ;; state is #(hash-table index key-vector count) 81 79 (def-accessors %svref 82 hti.index 83 hti.vector 84 hti.hash-table 85 hti.lock 86 hti.prev-iterator) 80 nhti.hash-table 81 nhti.index 82 nhti.keys 83 nhti.nkeys) 87 84 88 85 … … 91 88 92 89 90 91
Note:
See TracChangeset
for help on using the changeset viewer.
