This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/8270] back-slash newline extension can't be removed



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]