diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-12 16:28:37 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-12 16:28:37 -0700 |
| commit | d37ca62316e7526da7d75cc44c7a4cd8a6281bb5 (patch) | |
| tree | e50d173d4fdedd10d52bb4258bd89a0d29f4fff1 /src/ChangeLog | |
| parent | ea204efb8a3e81a4d9b04d2a36cb8c2a1c74662c (diff) | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb3ed502c96..921f976334a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2011-06-12 Paul Eggert <eggert@cs.ucla.edu> + 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. + * lisp.h (UNSIGNED_CMP): New macro. This fixes comparison bugs on 64-bit hosts. (ASCII_CHAR_P): Use it. |
