Changeset 1843

Show
Ignore:
Timestamp:
04/25/07 21:54:54 (21 months ago)
Author:
aturner
Message:

stop complaining about unused "head". refs #168

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/tree.h

    r763 r1843  
    623623                                                                        \ 
    624624struct type *                                                           \ 
    625 name##_RB_NEXT(struct name *head, struct type *elm)                     \ 
     625name##_RB_NEXT(_U_ struct name *head, struct type *elm)                 \ 
    626626{                                                                       \ 
    627627        if (RB_RIGHT(elm, field)) {                                     \