This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
error: stray '\' in program
- From: "Gabriele Caracausi" <gabriele at caracausi dot it>
- To: "Gcc ML" <gcc at gcc dot gnu dot org>
- Date: Sun, 24 Aug 2003 13:55:20 +0200
- Subject: error: stray '\' in program
Hello all,
I'm trying to recompile under linux GCC 3.3 sources but an error occurs:
regclass.c:78: stray '\' in program
but the line in regclass.c is:
static const char initial_fixed_regs[] = FIXED_REGISTERS;
Someone can help me?
It isn't a dos/unix conversion because I've already tried all "dos2unix",
"fromdos" and "tr -d ..." commands.
Please help me
Gabriele