ceil, trunc, round: Fix gcc warnings.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 01:58:27 +0000 (02:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 01:58:27 +0000 (02:58 +0100)
commit995bd0764ebf4b386fca98ef660f651b25cbd8a7
tree1390f4d2064db8da53fd2678d68218749b281ffa
parent8adcd54692035f540e66b914b9f802efb5c1da95
ceil, trunc, round: Fix gcc warnings.

* lib/ceil.c (MIN): Undefine before redefining.
* lib/trunc.c (MIN): Likewise.
* lib/round.c (MIN): Likewise.
Include <math.h> first.
ChangeLog
lib/ceil.c
lib/round.c
lib/trunc.c