Neil Booth wrote:-
> Martin v. L?wis wrote:-
>> > + if (utf8)
> > + {
> > + result->flags |= NODE_USES_EXTENDED_CHARACTERS;
> > +#ifndef HAVE_AS_UTF8
> > + cpp_error (pfile, DL_ERROR,
> > + "Non-ASCII identifiers not supported by your assembler");
> > +#endif
> > + }
Also, "non-ASCII" as per the coding standards.
Neil.