[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
^Ah36650 |
On systems whose C implementation considers the char
type to be
unsigned, characters with their highest bit set appear to be considered
positive, and on machines with a signed char
type, these
characters appear to be considered negative. This seems to mean that
these two types of machines will not agree on the correctness of an
SCCS file's checksum.