Add missing definition of SIZE_MAX
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 31 Jan 2021 22:23:31 +0000 (23:23 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 31 Jan 2021 22:25:56 +0000 (23:25 +0100)
commit2b5af1034829f69be5e91fc39c10cea267a93025
treece767066cbcb2f79bc8a2e6d0ad1823bd7296cb5
parent98342bdd2b7085c9e7e4c9fbb07c3917a0013515
Add missing definition of SIZE_MAX

If the stdint.h system file follows the ISO C99 specification, it might
not define SIZE_MAX in C++ by default, so provide a local fallback.

gcc/
* system.h (SIZE_MAX): Define if not already defined.
gcc/system.h