Update comment about xchar

This commit is contained in:
Pasi Kallinen
2020-11-15 14:25:40 +02:00
parent deb730d9b5
commit 0dc44ad210

View File

@@ -49,9 +49,8 @@
#endif /* DUMB */
/*
* type xchar: small integers in the range 0 - 127, usually coordinates
* although they are nonnegative they must not be declared unsigned
* since otherwise comparisons with signed quantities are done incorrectly
* type xchar: small integers (typedef'd as signed char,
* so in the range -127 - 127), usually coordinates.
*/
typedef schar xchar;