5050e3eb8e
System headers implies that char is signed by ABI and define the type as `char' while GoldEd has to be compiled with -funsigned-char and defines it as `signed char'. Thus we have conflict definition. At the same time goldlib cannot be compiled with -fsigned-char.