comparison src/ChangeLog @ 110515:6248bcadfd21

Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Thu, 23 Sep 2010 22:57:48 +0200
parents 8e5fcc5dd96b
children 826d60163924
comparison
equal deleted inserted replaced
110514:8e5fcc5dd96b 110515:6248bcadfd21
1 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 1 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
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.
2 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
6 all users. 11 all users.