* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 06:24:54 +0000 (23:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2011 06:24:54 +0000 (23:24 -0700)
commitb25d760e185c85e190402eddd0d756ddc014a58c
treef726f7d9a3d491d19215b4c3cfe98ff06cc636e9
parent625a3eb1e23bd4000230946eadb419d5c454845b
* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.

This avoids several warnings with gcc -Wstrict-overflow.
src/ChangeLog
src/coding.c