Changeset 13277
- Timestamp:
- Dec 9, 2009, 10:16:42 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lisp-kernel/bits.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lisp-kernel/bits.h
r13070 r13277 73 73 clr_bit(bitvector bits, natural bitnum) 74 74 { 75 unsigned75 natural 76 76 windex = bitnum>>bitmap_shift, 77 77 old = bits[windex],
Note:
See TracChangeset
for help on using the changeset viewer.
