Mercurial > emacs
comparison src/ChangeLog @ 110514:8e5fcc5dd96b
Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Thu, 23 Sep 2010 22:16:55 +0200 |
parents | 43adca79c8fd |
children | 6248bcadfd21 |
comparison
equal
deleted
inserted
replaced
110513:43adca79c8fd | 110514:8e5fcc5dd96b |
---|---|
1 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2 | |
3 * lisp.h: Have oblookup take EMACS_INT to allow interning big | |
4 string and avoid compiler warnings. | |
5 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in | |
6 all users. | |
7 | |
8 * lread.c (oblookup): EMACS_INT/int cleanup. | |
9 | |
10 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup. | |
11 | |
1 2010-09-23 Eli Zaretskii <eliz@gnu.org> | 12 2010-09-23 Eli Zaretskii <eliz@gnu.org> |
2 | 13 |
3 * editfns.c (clip_to_bounds): Return an EMACS_INT value. | 14 * editfns.c (clip_to_bounds): Return an EMACS_INT value. |
4 | 15 |
5 * lisp.h (clip_to_bounds): Adjust prototype. | 16 * lisp.h (clip_to_bounds): Adjust prototype. |