[Bug preprocessor/8270] back-slash newline extension can't be removed
echristo at apple dot com
gcc-bugzilla@gcc.gnu.org
Wed Oct 26 00:26:00 GMT 2005
------- Comment #10 from echristo at apple dot com 2005-10-26 00:26 -------
int main (int argc, char * const argv[]) {
// |_____________| |______________\
if (1)
{
printf("Hello");
}
else
{
printf("There");
}
return 0;
}
Note that there's a space after the comment above.
To clarify this a bit more:
http://gcc.gnu.org/ml/gcc/2005-10/msg00819.html
Is Howard Hinnant's comment on the subject and the thread that started this.
There's a space at the end of the line that the has the comment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270
More information about the Gcc-bugs
mailing list