diff options
| author | Paul Eggert | 2011-05-28 15:39:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-28 15:39:39 -0700 |
| commit | 55d4c1b248e84d347ae73278faff623741f52691 (patch) | |
| tree | abc6d768607b08bbf51eeb7a12cb693c4660db13 /src/ChangeLog | |
| parent | 4ac619f07bc6d7560a04f5aa505c6ef084975d93 (diff) | |
| download | emacs-55d4c1b248e84d347ae73278faff623741f52691.tar.gz emacs-55d4c1b248e84d347ae73278faff623741f52691.zip | |
[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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1546348bfbf..f31e68e9b7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-05-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use 'inline', not 'INLINE'. | ||
| 4 | * alloc.c, fontset.c (INLINE): Remove. | ||
| 5 | * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c: | ||
| 6 | * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c: | ||
| 7 | * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline. | ||
| 8 | * gmalloc.c (register_heapinfo): Use inline unconditionally. | ||
| 9 | * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__. | ||
| 10 | |||
| 1 | 2011-05-28 William Xu <william.xwl@gmail.com> | 11 | 2011-05-28 William Xu <william.xwl@gmail.com> |
| 2 | 12 | ||
| 3 | * nsterm.m (ns_term_shutdown): Synchronize user defaults before | 13 | * nsterm.m (ns_term_shutdown): Synchronize user defaults before |