aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40b6e0e6195..cb51917bb31 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12011-01-17 Paul Eggert <eggert@cs.ucla.edu> 12011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
4 These changes make compilation easier to follow with Sun cc.
5 (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
6 EMACS_INT values without provoking overflow diagnostics.
7 (PSEUDOVECTOR_FLAG): Likewise, for consistency.
8 (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
9 diagnostic with signed left shift.
10
3 * fileio.c (make_temp_name): Remove unreachable code. 11 * fileio.c (make_temp_name): Remove unreachable code.
4 12
5 * fontset.c (free_realized_fontset): Mark unreachable code with if (0). 13 * fontset.c (free_realized_fontset): Mark unreachable code with if (0).