From: Paul Eggert Date: Tue, 31 May 2011 05:34:40 +0000 (-0700) Subject: Use 'inline', not 'INLINE'. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eefc9486e823512a4c1928b6264c5a1ce9142624;p=emacs.git Use 'inline', not 'INLINE'. [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] * 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__. --- eefc9486e823512a4c1928b6264c5a1ce9142624 diff --cc ChangeLog index 879ce2834e7,731d810b7c6..f72f530b480 --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,8 +1,8 @@@ + 2011-05-30 Paul Eggert + + Use 'inline', not 'INLINE'. - * configure.in, autogen/config.in (INLINE): Remove. ++ * configure.in (INLINE): Remove. + 2011-05-29 Paul Eggert Adjust to recent gnulib change for @GUARD_PREFIX@.