This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: warning: multi-line comment (why?)
- To: Neil Booth <NeilB at earthling dot net>
- Subject: Re: warning: multi-line comment (why?)
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Mon, 25 Sep 2000 22:34:00 +0100 (BST)
- CC: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>, Jan Dvorak <johnydog at go dot cz>, Craig Rodrigues <rodrigc at mediaone dot net>, gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
> To be consistent we should also whitespace-skip \v and \f. No special
> tab handling is needed - it's only there to keep track of columns for
> warnings, and since we're a line comment there are not going to be any
> warnings on the line (trigraph warnings are now turned off).
> is_nvspace does all that for you.
What happens when the line is the last line in the file and is missing
a newline?
What happens if it's the last line and it ends with a backslash / newline?