]> git.eshelyaron.com Git - emacs.git/commit
* coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Sep 2011 01:28:59 +0000 (18:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Sep 2011 01:28:59 +0000 (18:28 -0700)
commit47664caabe10c081360a1dcf58492163e9f5b43c
tree473c3b55ce68697e7f001bbbdb60b39821e6ca17
parent60ad3eab6fe6e4278cf7674606357bd8d79c5d68
* coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,

to store the unsigned result of ENCODE_CHAR.
src/ChangeLog
src/coding.c