Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Sep 23 22:16:55 2010 +0200 +++ b/src/ChangeLog Thu Sep 23 22:57:48 2010 +0200 @@ -1,5 +1,10 @@ 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> + * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to + unwind_protect more than 2GB worth of functions. + + * editfns.c (Finsert_char): EMACS_INT/int cleanup. + * lisp.h: Have oblookup take EMACS_INT to allow interning big string and avoid compiler warnings. (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
