This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
stray '\xxx' in program
- From: David Balla <ballad at physik dot uni-wuerzburg dot de>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 28 Jan 2005 21:50:22 +0100
- Subject: stray '\xxx' in program
Hi,
I get following message when compileing my program:
myfile.h:1: error: stray '\239' in program
myfile.h:1: error: stray '\187' in program
myfile.h:1: error: stray '\191' in program
Maybe it's something trivial, but I couldn't find the explanation of
this error message. Please, help me out.
David