Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
On Wed, 15 Jul 2009, Antti Kantee wrote:
> > Modified Files:
> > src/sys/kern: vfs_wapbl.c
> >
> > Log Message:
> > Convert free text inside #ifdef to a proper comment.
> > Inspired by PR 41255 from Kurt Lidl.
>
> That was on purpose to make sure it did NOT compile and accidentally
> get used. At least add an #error. Better yet, kill the whole
> #ifdef hell_froze_over block.
The problem is that the word "don't" contains a single quote mark, which
is invalid unless it's inside a comment, or inside double quotes, or
paired with another single quote mark. These restrictions apply even
inside an #if 0 or #ifdef notyet block, although many compilers don't
enforce that.
I don't feel competent to delete the entire block, so if that's what you
want then please do it yourself. I would be happy to an an #error if
that's acceptable to you.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index