Drew Parsons 84fc680e72 fix 32-bit usage of size_t
On 32-bit systems size_t is identical unsigned in, causing
redefinition errors in tables (Array_I_S).

This patch guards against the 32-bit redefinition and defines
Array_I_S = Array_I_U for the python interface if not already defined.

Applies debian patch size_t_int32.patch
d7ca1c564d/debian/patches/size_t_int32.patch

Fixes #168
2025-01-05 13:28:18 +01:00
..
2024-03-20 20:23:33 +01:00
2025-01-05 13:28:18 +01:00
2024-06-24 16:18:41 +02:00
2021-10-27 16:51:41 +02:00
2019-07-29 07:11:57 +02:00
2014-09-16 16:37:32 +00:00
2014-09-16 16:37:32 +00:00
2020-11-11 16:40:06 +00:00
2014-09-26 15:11:52 +00:00
2024-05-13 13:43:53 +02:00
2019-07-26 16:58:55 +02:00
2014-08-29 21:05:50 +00:00
2024-01-29 08:58:07 +01:00
2022-02-13 19:02:51 +01:00
2014-08-29 21:05:50 +00:00
2019-07-29 07:11:57 +02:00