diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-16 01:31:20 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-16 01:31:20 -0700 |
| commit | 170a2692ec2abdc4e4978206ddec6bebb6c989b2 (patch) | |
| tree | 2d1a9b0a9673d0b472b68cb66d5bf145fcb9e605 /src/ChangeLog | |
| parent | ea838e10ea8a3e390b2d9160e02c4a5e08714850 (diff) | |
* character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b707c4b463..4b3f0ceca36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> + * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. + * font.c (font_unparse_xlfd): Don't mix pointers to variables with pointers to constants. (font_parse_fcname): Remove unused vars. |
