do {} while(0)

wu_yb (wu_yb@263.net)
Mon, 28 Jun 1999 16:23:23 +0800


There are many
do {} while(0) ;
do { ... } while(0) ;
in kernel source.
Any difference between {} and do {} while(0); or
{ ... } and do {...} while(0). Are there any
special effect ?

Thanks very much

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/