[Freeciv-Dev] Re: OSF1 V4.0D 878 alpha port
[Top] [All Lists]
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
Gaute Strokkenes <gs234@xxxxxxxxxxxxx> writes:
> >     2. the char variables are unsigned by default in GCC,
> 
> You're wrong.  A char are signed by default in GCC, for consistency
> with other integer types.
Well, you're wrong, too :) chars are signed on some platforms with
gcc, and unsigned on others.
        Falk
> Declare them as char when you don't care, and explicity as signed or
> unsigned when it makes a difference.
This is certainly the way to go.
        Falk
 
[Freeciv-Dev] Re: McOS-X port, Stan Shebs, 2000/10/13
 
 | 
 |