This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
multi-line comment warning.. bug/question?
- From: Nehal Mistry <nehal at canada dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 16 Nov 2002 19:15:08 -0800
- Subject: multi-line comment warning.. bug/question?
Hi,
in my program i have a bunch of lines containing
an ascii logo.. and all those lines start
with comment '//' ... on one of those lines it
ends with '\' and i get a multi-comment
line warning ...
now shouldn't gcc ignore this *if* the next line
starts with '//' ?
regards, Nehal