aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-04 00:48:08 -0700
committerPaul Eggert2011-04-04 00:48:08 -0700
commit3c346cc30f4f27520a05f001b7e9a8ad074ddd6f (patch)
treee6774cbd77f4f946115ff0c8800135e5854e3ea8 /src/ChangeLog
parent06a0259a1a1661b6128780092ff4a3dd59bc0256 (diff)
downloademacs-3c346cc30f4f27520a05f001b7e9a8ad074ddd6f.tar.gz
emacs-3c346cc30f4f27520a05f001b7e9a8ad074ddd6f.zip
* lread.c (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ee8ec17888..ee955245452 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12011-04-04 Paul Eggert <eggert@cs.ucla.edu> 12011-04-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. 3 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
4 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
4 5
5 * print.c (print_error_message): Avoid int overflow. 6 * print.c (print_error_message): Avoid int overflow.
6 7