aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-09-20 13:23:20 -0700
committerPaul Eggert2013-09-20 13:23:20 -0700
commite3b29769a8b27bb0b727daa7445130ac256006d0 (patch)
treeec7cbd354fd27590a3c0dd6e685724e7a545cf7d /src/ChangeLog
parent31dca772aded1c089b135d6335e4e444fd63078a (diff)
downloademacs-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/ChangeLog5
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 @@
12013-09-20 Paul Eggert <eggert@cs.ucla.edu> 12013-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