Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 08 13:57:18 2011 +0900 +++ b/src/ChangeLog Mon Aug 08 13:57:19 2011 +0900 @@ -1,3 +1,9 @@ +2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> + + * search.c (byte_scan_buffer): + Rename local variables to suppress GCC "shadowed global" warnings. + The warnings are due to ANSI functions from <math.h> on Darwin. + 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> * mule-coding.c (shift_jis_convert):