From bb8a35333ba1d5c291b35dd50a20a18844285935 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 11 Nov 2001 18:14:05 +0000 Subject: [PATCH] make it running git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1568 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/float.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.47.2