> - Original Message -
> From: "Meissner, Michael" <[EMAIL PROTECTED]>
> Date: Wednesday, January 24, 2007 12:49 pm
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of
> > [EMAIL PROTECTED]
> > Sent: Wednesday, January 24, 2007 12:19 AM
> >
I probably should add
;-)
and
http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Non_002dbugs.html
GCC should treat plain char in the same fashion on all types of machines
(by default).
The ISO C standard leaves it up to the implementation whether a char
declared plain char is signed or not. This in effect creates two
alternative dialects of C.
The GNU C compiler supports both dialects; you ca