CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/03/02 02:42:55
Modified files:
sys/sys : tree.h
Log message:
Fixup empty macro. Original comment from harti at freebsd.org:
Make the default RB_AUGMENT() produce a 'do {} while (0)' instead
of nothing. This prevents the compiler from complaining about empty
if statements when compiled with higher WARN levels.
ok krw
