Use preprocessor arithmetic instead of C arithmetic to avoid warnings on some compilers.
authorPaul Eggert <eggert@gnu.org>
Tue, 23 Jan 1996 03:28:01 +0000 (03:28 +0000)
committerPaul Eggert <eggert@gnu.org>
Tue, 23 Jan 1996 03:28:01 +0000 (03:28 +0000)
commite12ba0642d940ecd6636906e20efcd04bf3fc745
treed637766faec6fb2fac3aa23280e0e1c73db3cc73
parent52529158ea7d7b80ea578218c9a03d8ff6f3b0d1
Use preprocessor arithmetic instead of C arithmetic to avoid warnings on some compilers.

Use preprocessor arithmetic instead of C arithmetic
to avoid warnings on some compilers.
(HOST_WIDE_INT_MASK): Remove.
(MAX_CHAR_TYPE_MASK, MAX_WCHAR_TYPE_MASK): New macros.
(yylex): Use them.

From-SVN: r11086
gcc/cexp.y