Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/misc
Module Name: src
Committed By: riastradh
Date: Sun Aug 2 01:36:46 UTC 2020
Modified Files:
src/share/misc: style
Log Message:
Remove confusing advice about macros that might expand to nothing.
Such macros should not exist; as advised earlier in the file, they
should expand to `__nothing' (literally) from <sys/cdefs.h> which
itself expands to ((void)0) precisely so that the problem this advice
sought to avoid does not arise.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/share/misc/style
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index