Eike Lange wrote:
I assume, that WCharT is as big as a `MedInt' (Line 700f) what is correct for Debian GNU/Linux on Intel architecture. Different architectures may have different wide Character implementations (sounds silly, I know).
According to gcc/c-common.c, it has the size of `int' (i.e., `Integer', not `MedInt') -- unless `--short-wchar' is used in which case it's `short unsigned int' (`ShortCard'). But I suppose Xlib doesn't expect that switch -- unless it happens to be the default on some targets ...
Frank