diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-28 15:39:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-28 15:39:39 -0700 |
commit | 90f1d46a0c5bc00130975d3637494ad9058c4f50 (patch) | |
tree | d3d33def5cba61b2e4334e6a6c77122fffb07f40 /lib-src/ChangeLog | |
parent | 3e19d9d0bd6843a950e27f05127829e423eccfef (diff) | |
download | emacs-90f1d46a0c5bc00130975d3637494ad9058c4f50.tar.gz |
[ChangeLog]
Use 'inline', not 'INLINE'.
* configure.in, autogen/config.in (INLINE): Remove.
[lib-src/ChangeLog]
Use 'inline', not 'INLINE'.
* etags.c (hash): Now inline unconditionally.
* make-docfile.c (put_char): inline, not INLINE.
[nt/ChangeLog]
Use 'inline', not 'INLINE'.
* config.nt (INLINE): Remove.
[src/ChangeLog]
Use 'inline', not 'INLINE'.
* alloc.c, fontset.c (INLINE): Remove.
* alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
* intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
* xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
* gmalloc.c (register_heapinfo): Use inline unconditionally.
* lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index de7f969fd56..9b3024ad2c1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2011-05-28 Paul Eggert <eggert@cs.ucla.edu> + + Use 'inline', not 'INLINE'. + * etags.c (hash): Now inline unconditionally. + * make-docfile.c (put_char): inline, not INLINE. + 2011-05-25 Glenn Morris <rgm@gnu.org> * Makefile.in (.c.o): Remove (every .o file has an explicit rule). |