diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 928e8621c27..cbaa5559f96 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * etags.c (ISUPPER): Move to inside the only #ifdef where it's used. | ||
| 4 | This avoids an unused-macro warning with some GCC settings. | ||
| 5 | |||
| 3 | * make-docfile.c (write_globals): Change char * to char const * | 6 | * make-docfile.c (write_globals): Change char * to char const * |
| 4 | to avoid a GCC "assignment discards qualifiers" diagnostic | 7 | to avoid a GCC "assignment discards qualifiers" diagnostic |
| 5 | in some configurations. | 8 | in some configurations. |