31 Aug
2003
31 Aug
'03
8:25 a.m.
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 -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707