diff options
Diffstat (limited to 'gcc/c-lex.c')
| -rw-r--r-- | gcc/c-lex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 3d8ecff0885..4a7f05ae746 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -853,10 +853,10 @@ interpret_integer (token, flags) if (itk_u < itk_unsigned_long) itk_u = itk_unsigned_long; itk = itk_u; - warning ("this decimal constant is unsigned only in ISO C89"); + warning ("this decimal constant is unsigned only in ISO C90"); } else if (warn_traditional) - warning ("this decimal constant would be unsigned in ISO C89"); + warning ("this decimal constant would be unsigned in ISO C90"); } } } |

