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]

Escape sequence/parse errors


I'm trying to compile a .cc file generated by yacc on a Win32 box. Gcc
barfs because of :

#line 2 "console\yyparse.c"

int main( int argc, char* argv[] )
{
	return 0;
}

[michael@namaste cpp]$ /usr/local/gcc-20000807/bin/g++ escape.cc 
escape.cc:1: unknown escape sequence `\y'

Anyway to turn this sort of error off? egcs 1.1.2 compiles without
error.

m.

-- 
Programmer             "Ha ha." "Ha ha." "What are you laughing at?"
Loki Software                      "Just the horror of being alive."
http://lokigames.com/~briareos/                   - Tony Millionaire

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