From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joern Rennecke To: Neil Booth Cc: Jamie Lokier , Jan Dvorak , Craig Rodrigues , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: warning: multi-line comment (why?) Date: Mon, 25 Sep 2000 14:34:00 -0000 Message-id: <200009252134.WAA03292@phal.cygnus.co.uk> References: <20000925221004.A24101@daikokuya.demon.co.uk> X-SW-Source: 2000-09/msg00627.html > 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?