mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
rewrite paragraph 9
No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
This commit is contained in:
parent
8c6316ef7b
commit
6c132995bb
@ -111,8 +111,8 @@ Exceptions:
|
|||||||
Function calls in assert conditions may also cause this problem, if
|
Function calls in assert conditions may also cause this problem, if
|
||||||
they modify one of their arguments or global variables.
|
they modify one of their arguments or global variables.
|
||||||
|
|
||||||
[9] When commenting out code using a #if statement, do NOT use 0 only. Append
|
[9] When commenting out code using a #if statement, do NOT use 0 only. Instead
|
||||||
to any 0 an _<cvs username here>. For example, #if 0_FOO, where FOO is
|
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,
|
cvs user foo. This allows easier tracking of why code was commented out,
|
||||||
especially in bundled libraries.
|
especially in bundled libraries.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user