diff options
| author | Paul Eggert | 2013-07-01 17:33:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-01 17:33:04 -0700 |
| commit | 164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5 (patch) | |
| tree | f73b477d03f5c8ff86f96d6a27708c17bf7f8b68 /lib-src/ChangeLog | |
| parent | aaea7495957f5b82fe4e1c8a90a8d96cd77c0001 (diff) | |
| download | emacs-164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5.tar.gz emacs-164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5.zip | |
Prefer plain 'static' to 'static inline'.
I missed these instances of 'static inline' in an earlier sweep.
* ebrowse.c (putstr):
* etags.c (hash):
* make-docfile.c (put_char): No longer inline.
* etags.c (hash): Prefer int to unsigned when either will do.
Fixes: debbugs:12541
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e60b415ae17..00a42ccf49f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-06-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-06-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Prefer plain 'static' to 'static inline' (Bug#12541). | ||
| 4 | I missed these instances of 'static inline' in an earlier sweep. | ||
| 5 | * ebrowse.c (putstr): | ||
| 6 | * etags.c (hash): | ||
| 7 | * make-docfile.c (put_char): No longer inline. | ||
| 8 | * etags.c (hash): Prefer int to unsigned when either will do. | ||
| 9 | |||
| 3 | Use C99-style flexible array members if available. | 10 | Use C99-style flexible array members if available. |
| 4 | * ebrowse.c: Include <stddef.h>, for offsetof. | 11 | * ebrowse.c: Include <stddef.h>, for offsetof. |
| 5 | (struct member, struct alias, struct sym): | 12 | (struct member, struct alias, struct sym): |