On 04/30/11 03:55, Bruno Haible wrote: > -# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > choose > +# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > choose \ > returned address type. */
A backslash-newline in a /* */ comment that's not in a macro definition? Was that backslash intended? It's strange enough to see those beasts in multiline macro definitions. Maybe someday I should tell you my story about a backslash-newline in the middle of a comment, which cost me a couple hours of debugging time....