Changeset 1843
- Timestamp:
- 04/25/07 21:54:54 (21 months ago)
- Files:
-
- 1 modified
-
trunk/lib/tree.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/tree.h
r763 r1843 623 623 \ 624 624 struct type * \ 625 name##_RB_NEXT( struct name *head, struct type *elm) \625 name##_RB_NEXT(_U_ struct name *head, struct type *elm) \ 626 626 { \ 627 627 if (RB_RIGHT(elm, field)) { \
