(yylex): Change warning msg when decimal const is unsigned.
authorRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 09:25:56 +0000 (09:25 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 09:25:56 +0000 (09:25 +0000)
From-SVN: r3172

gcc/c-lex.c

index d877176..00feafd 100644 (file)
@@ -1584,7 +1584,7 @@ yylex ()
              pedwarn ("integer constant out of range");
 
            if (base == 10 && ! spec_unsigned && TREE_UNSIGNED (type))
-             warning ("integer constant is so large that it is unsigned");
+             warning ("decimal constant is so large that it is unsigned");
 
            if (flag_traditional && !int_fits_type_p (yylval.ttype, type))
              /* The traditional constant 0x80000000 is signed