cvs commit: src/sys/sys proc.h
Bruce Evans
bde at FreeBSD.org
Fri Nov 14 19:47:51 PST 2003
bde 2003/11/14 19:47:50 PST
FreeBSD src repository
Modified files:
sys/sys proc.h
Log:
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.
Revision Changes Path
1.360 +14 -18 src/sys/sys/proc.h
More information about the cvs-src
mailing list