Mail Archives: djgpp/2000/01/21/09:46:24
On Fri, 21 Jan 2000, Petr Maxa wrote:
> Hi I am just porting a code from Borland C++, and there is a possibility in
> "Compiler->Code Generation" to set "Unsigned chars" (option -K) and in "C++
> Options->C++ Compatibility" set "Do not treat 'char' as distinct type"
> (option -K2).
>
> I am working on a project, where is very important to have all chars as
> unsigned types. There is now a problem to accomplish this, as compiler
> treats constant chars as signed types. Is there any possibility to change it
> globally signed char to unsigned as in Borland compiler ?
>
-funsigned-char
Andris
- Raw text -