Use 'inline', not 'INLINE'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2011 05:34:40 +0000 (22:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2011 05:34:40 +0000 (22:34 -0700)
[ChangeLog]
* configure.in (INLINE): Remove.
[lib-src/ChangeLog]
* etags.c (hash): Now inline unconditionally.
* make-docfile.c (put_char): inline, not INLINE.
[nt/ChangeLog]
* config.nt (INLINE): Remove.
[src/ChangeLog]
<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
* 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__.

1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,3 -1,8 +1,8 @@@
 -      * configure.in, autogen/config.in (INLINE): Remove.
+ 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
+       Use 'inline', not 'INLINE'.
++      * configure.in (INLINE): Remove.
  2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
  
        Adjust to recent gnulib change for @GUARD_PREFIX@.