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

This commit is contained in:
David E. O'Brien 2002-02-01 01:17:22 +00:00
parent 22626efa0f
commit 1bb7d81107
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90042

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