Skip to content

Commit

Permalink
rewrite paragraph 9
Browse files Browse the repository at this point in the history
No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
  • Loading branch information
helly25 committed Oct 29, 2002
1 parent 8c6316e commit 6c13299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_STANDARDS
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ Exceptions:
Function calls in assert conditions may also cause this problem, if
they modify one of their arguments or global variables.

[9] When commenting out code using a #if statement, do NOT use 0 only. Append
to any 0 an _<cvs username here>. For example, #if 0_FOO, where FOO is
[9] When commenting out code using a #if statement, do NOT use 0 only. Instead
use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
cvs user foo. This allows easier tracking of why code was commented out,
especially in bundled libraries.

Expand Down

0 comments on commit 6c13299

Please sign in to comment.