From: Joseph Myers Date: Sat, 25 Apr 2009 18:59:20 +0000 (+0100) Subject: Fix typo in comment in previous commit. X-Git-Tag: releases/gcc-4.5.0~6150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=813b9e7e207682f15e79337a239a78d5b9c12d43;p=thirdparty%2Fgcc.git Fix typo in comment in previous commit. From-SVN: r146779 --- diff --git a/libcpp/expr.c b/libcpp/expr.c index f65fae02431e..ecedb96c672d 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -539,7 +539,7 @@ cpp_interpret_integer (cpp_reader *pfile, const cpp_token *token, && !num_positive (result, precision)) { /* This is for constants within the range of uintmax_t but - not that or intmax_t. For such decimal constants, a + not that of intmax_t. For such decimal constants, a diagnostic is required for C99 as the selected type must be signed and not having a type is a constraint violation (DR#298, TC3), so this must be a pedwarn. For C90,