aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-26 23:30:02 -0800
committerPaul Eggert2011-02-26 23:30:02 -0800
commit0ff162fccf6ba6f1b8a5f331428091c78c966aa1 (patch)
tree8f16ef541cdfb2d9b4fa893abd0d9b5827bf3e14 /src/ChangeLog
parentfdb0b28bf67cd41fd2edd5084984e714c8de6b4c (diff)
downloademacs-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/ChangeLog4
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 @@
12011-02-27 Paul Eggert <eggert@cs.ucla.edu> 12011-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