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