diff options
| author | Paul Eggert | 2011-02-26 23:30:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-26 23:30:02 -0800 |
| commit | 0ff162fccf6ba6f1b8a5f331428091c78c966aa1 (patch) | |
| tree | 8f16ef541cdfb2d9b4fa893abd0d9b5827bf3e14 /src/ChangeLog | |
| parent | fdb0b28bf67cd41fd2edd5084984e714c8de6b4c (diff) | |
| download | emacs-0ff162fccf6ba6f1b8a5f331428091c78c966aa1.tar.gz emacs-0ff162fccf6ba6f1b8a5f331428091c78c966aa1.zip | |
* frame.h: Avoid gcc -Wmissing-prototypes diagnostics.
(set_menu_bar_lines, x_get_resource_string): New decls.
* msdos.c (set_menu_bar_lines): Omit decl.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 184a1bd4b4c..d4fc44860f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | ||
| 4 | (set_menu_bar_lines, x_get_resource_string): New decls. | ||
| 5 | * msdos.c (set_menu_bar_lines): Omit decl. | ||
| 6 | |||
| 3 | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. | 7 | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. |
| 4 | It's always given int values and used as an int. This suppresses | 8 | It's always given int values and used as an int. This suppresses |
| 5 | a gcc "comparison of unsigned expression >= 0" warning in some | 9 | a gcc "comparison of unsigned expression >= 0" warning in some |