diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-12-11 11:09:29 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-12-11 11:09:29 +0000 |
| commit | 9339cff533fcbf441feef1a5f19163619f8ec1c9 (patch) | |
| tree | bb0af23b83bba59263b9e6b4082cd5b978ce5cde /cmake/setup.cmake | |
| parent | 3e006158451a7ff8f130cbcb7dd80f165a58396e (diff) | |
| download | puzzles-9339cff533fcbf441feef1a5f19163619f8ec1c9.zip puzzles-9339cff533fcbf441feef1a5f19163619f8ec1c9.tar.gz puzzles-9339cff533fcbf441feef1a5f19163619f8ec1c9.tar.bz2 puzzles-9339cff533fcbf441feef1a5f19163619f8ec1c9.tar.xz | |
Palisade: explicitly use 'signed char' for clues.
Previously, the typedef 'clue' was just 'char', but it was used in the
expectation that it would be signed. So on platforms that default to
unsigned char, such as 32-bit Arm, Palisade would completely fail to
function correctly.
Diffstat (limited to 'cmake/setup.cmake')
0 files changed, 0 insertions, 0 deletions