Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 2272:4ec724310f33
[xemacs-hg @ 2004-09-14 20:54:29 by james]
Eliminate gcc shadow warnings.
author | james |
---|---|
date | Tue, 14 Sep 2004 20:54:37 +0000 |
parents | 0dfff19d20da |
children | 8e1339255ca7 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 14 20:26:46 2004 +0000 +++ b/src/ChangeLog Tue Sep 14 20:54:37 2004 +0000 @@ -1,3 +1,12 @@ +2004-09-14 Jerry James <james@xemacs.org> + + * doprnt.c (emacs_doprnt_1): Change message to msg to eliminate a + gcc shadow warning. + * glyphs-gtk.c: + * glyphs.h: + Use enum image_instance_type and do not typedef the enum to + image_instance_type to eliminate a gcc shadow warning. + 2004-09-14 Jerry James <james@xemacs.org> * linuxplay.c (linux_play_data_or_file): Fix type punning