c-lex.c (yylex): Replace warning about integer constants being larger than long-longs...
authorGavin Romig-Koch <gavin@cygnus.com>
Mon, 22 Feb 1999 08:18:56 +0000 (08:18 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Mon, 22 Feb 1999 08:18:56 +0000 (08:18 +0000)
commite2e0986eb009914748986c469a89aae521805bfb
tree100a85bbee6a92b3b340227d4689216288e82779
parente9c0315e10f7778d51504be20dcb525dec080d44
c-lex.c (yylex): Replace warning about integer constants being larger than long-longs...

* c-lex.c (yylex): Replace warning about integer constants being
larger than long-longs, with a warning about integer constants
        being larger than the largest target integer.

From-SVN: r25364
gcc/ChangeLog
gcc/c-lex.c