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: Escape sequence/parse errors


* 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

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