On 6/5/07, Dennis Schridde <[EMAIL PROTECTED]> wrote:
> > So CHAR it is, then? ;-)
> If there are lots of CHARs left, maybe if you so desire...
> But please define it to uint8_t, then.
> And use char where you don't need that limitation.

There never was a CHAR type. That was a joke...

Warzone originally defined all strings as UBYTE, and I have been
changing that over to char for a while to silence compiler warnings.
The signedness of char is set by the compiler, not by any standard,
and system/C library calls ask for char, not UBYTE.

  - Per

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to