diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-11 22:48:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 22:48:51 (GMT) |
commit | af014fa61c1ffcf5a09d68e357b0190fe8ee0efa (patch) | |
tree | 2eaa1714a38e3450c2c82127b94c4a513449f548 /config/sanitizer | |
parent | dae60641036f73c64f3592317405550246464be5 (diff) | |
download | hdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.zip hdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.tar.gz hdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.tar.bz2 |
Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877)
LLONG_MAX and ULLONG_MAX are defined in limits.h in C99. SIZET_MAX
should be SIZE_MAX, which has been around forever. SSIZET_MAX should
be SSIZE_MAX, which is defined whereever ssize_t is found. I've kept
the definition for SSIZE_MAX (renamed from SSIZET_MAX) for platforms
where ssize_T is not present (e.g., Windows).
Diffstat (limited to 'config/sanitizer')
0 files changed, 0 insertions, 0 deletions