Sjoerd Simons wrote:
> Hi,
>
> It seems that quarry assumes char is signed, which isn't the case on
> various architectures (like ppc).. Fixed in attached trivial patch.
>
> Sjoerd
> PS: please CC me in replies, i'm not on the list.
Hi,
Thank you for the patch. I have applied it with this ChangeLog entry:
2005-03-19 Sjoerd Simons <[EMAIL PROTECTED]>
* board/board.h: Use `signed char' instead of `char' as field type
in BoardPoint structure (`char' may be signed or unsigned
depending on architecture.)
It will soon appear in CVS.
Out of curiosity, what is ppc? I'm interested in hearing about how
portable Quarry is and if it is possible to compile it on some different
(not GNU/Linux) UNIX-like OS, non-Intel architecture etc.
Paul