On Tue, 27 Jun 2000, Alexander Langer wrote:

> Thus spake Clive Lin ([EMAIL PROTECTED]):
> 
> > -   memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1);
> > -   *name_dir_end = 'r';
> > +   // un-needed.
> > +   // memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1);
> > +   // *name_dir_end = 'r';
> 
> Use /* */ comments or #if 0.
> 
> Please see style(9) :)

1) Don't "comment out" dead code.  Remove it.
2) Use only #if 0 to "comment out code.  Comments are unsuitable for
   "commenting out" code in general, because the code might contain
   comments, and they are harder to edit and read.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to