diff options
| author | Paul Eggert | 2014-09-24 11:25:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-24 11:25:04 -0700 |
| commit | cd812613c83e2d22a697a9312f9406a99bd8ae7d (patch) | |
| tree | 625bf083661d6c8ee0c2be920815df91ae1ba5f5 /src/ChangeLog | |
| parent | 558eb84ff964453495099918a9689e769eb57838 (diff) | |
| download | emacs-cd812613c83e2d22a697a9312f9406a99bd8ae7d.tar.gz emacs-cd812613c83e2d22a697a9312f9406a99bd8ae7d.zip | |
* keyboard.c (make_lispy_event): Avoid unnecessary tests
of bit 28 and of whether an unsigned value is negative.
This simplifies the code a bit, and pacifies clang 3.4.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e4492d2c90..9ee4a3de1d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_event): Avoid unnecessary tests | ||
| 4 | of bit 28 and of whether an unsigned value is negative. | ||
| 5 | This simplifies the code a bit, and pacifies clang 3.4. | ||
| 6 | |||
| 1 | 2014-09-24 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * systime.h (Time): Define as size_t, to be consistent with 64-bit | 9 | * systime.h (Time): Define as size_t, to be consistent with 64-bit |