diff options
Diffstat (limited to 'clang/INPUTS/c99-intconst-1.c')
-rw-r--r-- | clang/INPUTS/c99-intconst-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/INPUTS/c99-intconst-1.c b/clang/INPUTS/c99-intconst-1.c index 629b0bcac20..3b6bb6c75fc 100644 --- a/clang/INPUTS/c99-intconst-1.c +++ b/clang/INPUTS/c99-intconst-1.c @@ -160,7 +160,7 @@ CHECK_OCTHEX_CONST(0x##C); \ CHECK_OCTHEX_CONST(0X##C); -/* True iff "long long" is at least B bits. This presumes that (B-2)/3 is at +/* True if "long long" is at least B bits. This presumes that (B-2)/3 is at most 63. */ #define LLONG_AT_LEAST(B) \ (LLONG_MAX >> ((B)-2)/3 >> ((B)-2)/3 \ |