* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2011 18:36:33 +0000 (11:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2011 18:36:33 +0000 (11:36 -0700)
commite3c25c689524aa85ce37840fff344cc297cf42ec
treed15969303dba67c2bc8da1ba5a37a39035765045
parentda85a02af7585384008d3ebec836a7b8571f175d
* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.

The plain *_OVERFLOW macros run afoul of GCC bug 49705
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
and therefore cause GCC to emit a bogus diagnostic in some cases.
src/ChangeLog
src/dispnew.c