From 1e7a9e44afeefdcd3746ac0ff1ec304a0b9e785b Mon Sep 17 00:00:00 2001 From: Tevo Date: Sun, 6 Sep 2020 21:19:01 -0300 Subject: [PATCH] Update comment to reflect addition of integer boundary constants --- src/common/inttypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/inttypes.h b/src/common/inttypes.h index a36543e63..0d8caf32a 100644 --- a/src/common/inttypes.h +++ b/src/common/inttypes.h @@ -38,7 +38,8 @@ -/* If we have , include it; otherwise, adapt types from . +/* If we have , include it; otherwise, adapt types from +** and define integer boundary constants. ** gcc and msvc don't define __STDC_VERSION__ without special flags, so check ** for them explicitly. Undefined symbols are replaced by zero; so, checks for ** defined(__GNUC__) and defined(_MSC_VER) aren't necessary.