aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-23 22:57:48 +0200
committerLars Magne Ingebrigtsen2010-09-23 22:57:48 +0200
commitfaf8b5bc19513bc7612103648a98a37629607f2e (patch)
tree23f9f3a5511baadedf3ac118323f3bd4a0be5657 /src/ChangeLog
parent4028306292f1808f11131a9c6b32394cdaed4a34 (diff)
downloademacs-faf8b5bc19513bc7612103648a98a37629607f2e.tar.gz
emacs-faf8b5bc19513bc7612103648a98a37629607f2e.zip
Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 233a521f027..98fe7d466b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
4 unwind_protect more than 2GB worth of functions.
5
6 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
7
3 * lisp.h: Have oblookup take EMACS_INT to allow interning big 8 * lisp.h: Have oblookup take EMACS_INT to allow interning big
4 string and avoid compiler warnings. 9 string and avoid compiler warnings.
5 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in 10 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in