Escape sequence/parse errors

Philipp Thomas pthomas@suse.de
Wed Sep 6 11:46:00 GMT 2000


* Michael Vance (briareos@lokigames.com) [20000906 20:33]:

> #line 2 "console\yyparse.c"

> escape.cc:1: unknown escape sequence `\y'
> 
> Anyway to turn this sort of error off? egcs 1.1.2 compiles without
> error.

I'll have to let people like Zack comment on this, but it's obviously
misinterpreting the path name. I'd say bison should never have used '\' in
the path but rather '/'. AFAIK there's no way to turn off that error but
either fix the generated file or bison.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h


More information about the Gcc mailing list