Fixed merge

This commit is contained in:
Christophe Riccio
2011-11-14 18:15:03 +00:00
4 changed files with 79 additions and 8 deletions

View File

@@ -289,7 +289,7 @@ int test_roundEven()
int main()
{
int Error = 0;
int Error(0);
Error += test_modf();
Error += test_floatBitsToInt();