Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5539:4307b8e5998c
Suppress "shadowed global" warnings for floor and ceil from <math.h>.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:19 +0900 |
parents | 580ef98f2beb |
children | dab422055bab |
comparison
equal
deleted
inserted
replaced
5538:580ef98f2beb | 5539:4307b8e5998c |
---|---|
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * search.c (byte_scan_buffer): | |
4 Rename local variables to suppress GCC "shadowed global" warnings. | |
5 The warnings are due to ANSI functions from <math.h> on Darwin. | |
6 | |
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | 7 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * mule-coding.c (shift_jis_convert): | 9 * mule-coding.c (shift_jis_convert): |
4 * redisplay-xlike-inc.c (XLIKE_output_vertical_divider): | 10 * redisplay-xlike-inc.c (XLIKE_output_vertical_divider): |
5 Rename local variables to suppress GCC "shadowed global" warnings. | 11 Rename local variables to suppress GCC "shadowed global" warnings. |