From: Alejandro Colomar Date: Sun, 21 Aug 2022 15:12:52 +0000 (+0200) Subject: _Generic.3: intmax_t can't be int X-Git-Tag: man-pages-6.0-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305cbe1bfeabefc4fc74ba587fa316d784d0d524;p=thirdparty%2Fman-pages.git _Generic.3: intmax_t can't be int Signed-off-by: Alejandro Colomar --- diff --git a/man3/_Generic.3 b/man3/_Generic.3 index 6d7e8ef5e1..3b0b17fb88 100644 --- a/man3/_Generic.3 +++ b/man3/_Generic.3 @@ -40,7 +40,6 @@ seamlessly upgrading to the widest available type. #include #define my_imaxabs(j) _Generic((intmax_t) 0, \e - int: abs(j), \e long: labs(j), \e long long: llabs(j) \e /* long long long: lllabs(j) */ \e