In message <[EMAIL PROTECTED]> Alexander Langer writes:
: Thus spake Dan Papasian ([EMAIL PROTECTED]):
:
: > > > + // un-needed.
: > > > + // memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1);
: > > > + // *name_dir_end = 'r';
: > > Use /* */ comments or #if 0.
: > Actually, there was just a discussion on comp.lang.c about how
: > they aren't interchangable. The 'un-needed' part will have
: > to be commented with /* */ because the preprocessor will
: > parse tokens before it evaluates conditionals.
:
: Could you explain that paragraph? I really can't figure out what you
: try to say or what it has to do with my comment, respectively :)
/* That's OK */
#if 0
That's not
#endif
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message