aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 23:58:38 -0700
committerPaul Eggert2011-05-22 23:58:38 -0700
commit519e1d69210be09fc3d541ad3c086c1521f23f26 (patch)
treec14f7aa494bc182ff0d311bfbb032a15a048fbb0 /src/ChangeLog
parent847044ea2e84857e6379841ed561f5af9ca0e091 (diff)
downloademacs-519e1d69210be09fc3d541ad3c086c1521f23f26.tar.gz
emacs-519e1d69210be09fc3d541ad3c086c1521f23f26.zip
* ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
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 f49250b6a35..9f9cf401e96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-05-23 Paul Eggert <eggert@cs.ucla.edu> 12011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
4
3 ccl: add integer overflow checks 5 ccl: add integer overflow checks
4 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): 6 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
5 (IN_INT_RANGE): New macros. 7 (IN_INT_RANGE): New macros.