There is no need to wrap vendor id bits with '#if 0' if they come pre-wrapped.

This commit is contained in:
obrien 2002-02-01 01:17:22 +00:00
parent 21d62aab61
commit c8e982cc6f

View File

@ -68,7 +68,8 @@ follow the one below.
All VCS (version control system) revision identification in files obtained
from elsewhere should be maintained, including, where applicable, multiple IDs
showing a file's history.
In general, do not edit foreign IDs or their infrastructure;
In general, do not edit foreign IDs or their infrastructure.
Unless otherwise wrapped (such as #if defined(LIBC_SCCS)),
enclose both in
.Dq Li "#if 0 ... #endif"
to hide any uncompilable bits