Mail Archives: djgpp-workers/1998/01/24/19:01:50
> Hmm - as in stop compiling or not working at all at finding the file?
> Thats definitely not the behaviour now.
If cpp left \ in the # lines, gcc would abort because it didn't
recognize the escape sequence (i.e. like '\n').
> The comments from the cygwin file seemed to indicate
> that it would just enable '\' in addition to '/'. This change was
> probably made after egcs split off so there is a chance its not
> in the gcc sources. It would be 1 line near the bottom of the 'xm' file.
If this is the case, OK. I think the important issue is what gcc et
al *print*; what it accepts is a different issue - it *should* accept
both (except in strings, where \n would be newline, so '\' should be
avoided).
- Raw text -