Update comment about xchar
This commit is contained in:
+2
-3
@@ -49,9 +49,8 @@
|
|||||||
#endif /* DUMB */
|
#endif /* DUMB */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* type xchar: small integers in the range 0 - 127, usually coordinates
|
* type xchar: small integers (typedef'd as signed char,
|
||||||
* although they are nonnegative they must not be declared unsigned
|
* so in the range -127 - 127), usually coordinates.
|
||||||
* since otherwise comparisons with signed quantities are done incorrectly
|
|
||||||
*/
|
*/
|
||||||
typedef schar xchar;
|
typedef schar xchar;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user