git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df1f24
)
CodingStyle: Add a chapter on conditional compilation
author
Josh Triplett
<josh@joshtriplett.org>
Wed, 29 Oct 2014 18:15:17 +0000
(11:15 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 3 Nov 2014 16:46:02 +0000
(11:46 -0500)
Document several common practices and conventions regarding conditional
compilation, most notably the preference for ifdefs in headers rather
than .c files.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
No differences found