From: bernhardheld Date: Sun, 11 Nov 2001 18:14:05 +0000 (+0000) Subject: make it running X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bb8a35333ba1d5c291b35dd50a20a18844285935;p=fw%2Fsdcc make it running git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1568 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/float.c b/support/regression/tests/float.c index 4ec2e365..656214e9 100644 --- a/support/regression/tests/float.c +++ b/support/regression/tests/float.c @@ -58,7 +58,9 @@ char compare (float is, float should) { } } -void testFloatMath(void) { +void +testFloatMath(void) +{ int i; int t = sizeof(cases)/sizeof(cases[0]); float result;