aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3bc8900f01f..71fb5d9ab2a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -626,6 +626,8 @@
626 * syntax.h: Adjust decls to match defn changes elsewhere. 626 * syntax.h: Adjust decls to match defn changes elsewhere.
627 (struct gl_state_s): 627 (struct gl_state_s):
628 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. 628 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
629 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
630 MOST_POSITIVE_FIXNUM.
629 * sysdep.c (wait_for_termination_1, wait_for_termination) 631 * sysdep.c (wait_for_termination_1, wait_for_termination)
630 (interruptible_wait_for_termination, mkdir): 632 (interruptible_wait_for_termination, mkdir):
631 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit. 633 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.