aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2009-10-23 20:56:30 +0000
committerAndreas Schwab2009-10-23 20:56:30 +0000
commit7b792fc98da135524d423fd1ab4d269466b1cb6f (patch)
tree4579c8e6b7529750f751c1fdd3fe34d302c6f3b1 /src/ChangeLog
parent6798b799dfc39a6b843217a4b81f5913485c4cfa (diff)
downloademacs-7b792fc98da135524d423fd1ab4d269466b1cb6f.tar.gz
emacs-7b792fc98da135524d423fd1ab4d269466b1cb6f.zip
(FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
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 8d5d29a106b..a6f318816e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-10-23 Andreas Schwab <schwab@linux-m68k.org> 12009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
4
3 * puresize.h (PURESIZE_RATIO): Decrease to 11/7. 5 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
4 6
52009-10-23 Chong Yidong <cyd@stupidchicken.com> 72009-10-23 Chong Yidong <cyd@stupidchicken.com>