From: Guy Harris Date: Wed, 11 Aug 2021 08:50:47 +0000 (-0700) Subject: Consistenly use "XYZZY compiler M.N and later". [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2d5a570bc9a47a133977dcedbc1289147d85afb8 Consistenly use "XYZZY compiler M.N and later". [skip ci] Use that rather than "... or later". --- diff --git a/funcattrs.h b/funcattrs.h index 17afdda2..02a0a74f 100644 --- a/funcattrs.h +++ b/funcattrs.h @@ -55,9 +55,10 @@ || ND_IS_AT_LEAST_HP_C_VERSION(6,10) /* * Compiler with support for __attribute((noreturn)), or GCC 2.5 and + * later, or some compiler asserting compatibility with GCC 2.5 and * later, or Solaris Studio 12 (Sun C 5.9) and later, or IBM XL C 10.1 - * and later (do any earlier versions of XL C support this?), or - * HP aCC A.06.10 and later. + * and later (do any earlier versions of XL C support this?), or HP aCC + * A.06.10 and later. */ #define NORETURN __attribute((noreturn))