diff options
author | bde <bde@FreeBSD.org> | 2003-11-15 03:47:50 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-11-15 03:47:50 +0000 |
commit | ed37af78c03a8c1a4564f1d1e50818876eb0a38f (patch) | |
tree | f161447814d4283e0ecb3bb712d65f5c1bce9da5 /lib/libc | |
parent | 854a76a79b0379744455eaa7675624464cbb804f (diff) | |
download | FreeBSD-src-ed37af78c03a8c1a4564f1d1e50818876eb0a38f.zip FreeBSD-src-ed37af78c03a8c1a4564f1d1e50818876eb0a38f.tar.gz |
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.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions