This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: stray '\xxx' in program


* David Balla:

> 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.

Something is rather broken because these numbers should be in octal.
Can you run "od -c myfile.h", and show us the output?


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