Escape sequence/parse errors

Michael Vance briareos@lokigames.com
Wed Sep 6 11:31:00 GMT 2000


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


More information about the Gcc mailing list