diff options
| author | Paul Eggert | 2013-09-20 13:23:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-09-20 13:23:20 -0700 |
| commit | e3b29769a8b27bb0b727daa7445130ac256006d0 (patch) | |
| tree | ec7cbd354fd27590a3c0dd6e685724e7a545cf7d /src/ChangeLog | |
| parent | 31dca772aded1c089b135d6335e4e444fd63078a (diff) | |
| download | emacs-e3b29769a8b27bb0b727daa7445130ac256006d0.tar.gz emacs-e3b29769a8b27bb0b727daa7445130ac256006d0.zip | |
Port recent change to hosts where pointers aren't 'long'.
* xterm.c (x_send_scroll_bar_event, x_scroll_bar_to_input_event):
Don't assume that pointers are the same width as 'long'.
Add a compile-time check that a pointer fits into two X slots.
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 5cce3ad3056..7b59b33c8bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-09-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-09-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port recent change to hosts where pointers aren't 'long'. | ||
| 4 | * xterm.c (x_send_scroll_bar_event, x_scroll_bar_to_input_event): | ||
| 5 | Don't assume that pointers are the same width as 'long'. | ||
| 6 | Add a compile-time check that a pointer fits into two X slots. | ||
| 7 | |||
| 3 | A simpler, centralized INLINE. | 8 | A simpler, centralized INLINE. |
| 4 | * conf_post.h (INLINE): Define only if not already defined. | 9 | * conf_post.h (INLINE): Define only if not already defined. |
| 5 | This allows us to use a single INLINE, defined by one file | 10 | This allows us to use a single INLINE, defined by one file |