K 10 svn:author V 3 bde K 8 svn:date V 27 2003-11-15T03:47:50.000000Z K 7 svn:log V 439 Fixed some bugs in macros: - missing parenthesization of some macro args - point of do-while(0) hack defeated by putting a semicolon after while(0) Fixed some style bugs in macros: - not splitting the line when the macro value cannot be lined up in much the same macros that didn't parenthesize their args - braces around a 1-line statement - do-while(0) hack not indented in the usual way in the same macros that defeated its point. END