Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2271:0dfff19d20da | 2272:4ec724310f33 |
---|---|
1 2004-09-14 Jerry James <james@xemacs.org> | |
2 | |
3 * doprnt.c (emacs_doprnt_1): Change message to msg to eliminate a | |
4 gcc shadow warning. | |
5 * glyphs-gtk.c: | |
6 * glyphs.h: | |
7 Use enum image_instance_type and do not typedef the enum to | |
8 image_instance_type to eliminate a gcc shadow warning. | |
9 | |
1 2004-09-14 Jerry James <james@xemacs.org> | 10 2004-09-14 Jerry James <james@xemacs.org> |
2 | 11 |
3 * linuxplay.c (linux_play_data_or_file): Fix type punning | 12 * linuxplay.c (linux_play_data_or_file): Fix type punning |
4 warning. | 13 warning. |
5 | 14 |