Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Jun 2011 23:28:37 +0000 (16:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Jun 2011 23:28:37 +0000 (16:28 -0700)
commitd37ca62316e7526da7d75cc44c7a4cd8a6281bb5
treee50d173d4fdedd10d52bb4258bd89a0d29f4fff1
parentea204efb8a3e81a4d9b04d2a36cb8c2a1c74662c
Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.

These casts should not be needed on 32-bit hosts, either.
* keyboard.c (read_char):
* lread.c (Fload): Remove casts to unsigned.
src/ChangeLog
src/keyboard.c
src/lread.c