This is the mail archive of the gcc@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]

Re: Preproccessor not accepting '\' for multiline directives!


On Oct 12, 2000, "Joe Kelch" <joek@magnus1.com> wrote:

> the preprocessor keeps reporting illegal tokens in some of the include files
> (stl_config.h and stl_range_errors.h) on the lines ending with a '\' to allow
> for continuation on the next physical line.

These lines probably contain `\r' in addition to `\n'.  GCC up to
2.95.* can't handle these `\r's properly; this is fixed in the CVS
tree.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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