* dispnew.c (clear_glyph_row, copy_row_except_pointers):
commit9da0f50e5ab74e7543f169cef831cc8c22ef4f43
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Sep 2013 07:16:38 +0000 (24 00:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Sep 2013 07:16:38 +0000 (24 00:16 -0700)
treef7bd8f7c4df27dbe45f640a535a88ac14d5753f8
parentd6d9cbc15cbebfe466756a7a75601173c15287a2
* dispnew.c (clear_glyph_row, copy_row_except_pointers):

Prefer signed to unsigned integers where either will do.
No need for 'const' on locals that do not escape.
Omit easserts with unnecessary and unportable assumptions about
alignment.  Avoid unnecessary casts to char *.
src/ChangeLog
src/dispnew.c