diff options
| author | Paul Eggert | 2011-02-26 23:50:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-26 23:50:33 -0800 |
| commit | c783d15b93c536b1d2d07a0e9ca9462d1f377120 (patch) | |
| tree | d41221d38f27f7ba2dafc50b219c5ef76a2e4795 /src/ChangeLog | |
| parent | 76c1cebcc969aeb29498960158819b25e772141a (diff) | |
| download | emacs-c783d15b93c536b1d2d07a0e9ca9462d1f377120.tar.gz emacs-c783d15b93c536b1d2d07a0e9ca9462d1f377120.zip | |
* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.
This avoids a gcc warning in some configurations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c5bd61d061..1929c3fc98a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG. | ||
| 4 | This avoids a gcc warning in some configurations. | ||
| 5 | |||
| 3 | * frame.c (x_set_screen_gamma): Rename local to avoid shadowing. | 6 | * frame.c (x_set_screen_gamma): Rename local to avoid shadowing. |
| 4 | 7 | ||
| 5 | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | 8 | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. |