From fd76df2157efa9dab74c9597b665c6117c9b468c Mon Sep 17 00:00:00 2001 From: michaelh Date: Wed, 28 Nov 2001 01:58:43 +0000 Subject: [PATCH] Fixed up extra static git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1651 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/bug-435214.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/support/regression/tests/bug-435214.c b/support/regression/tests/bug-435214.c index a8887caa..ae4f2441 100644 --- a/support/regression/tests/bug-435214.c +++ b/support/regression/tests/bug-435214.c @@ -2,14 +2,13 @@ */ #include -static unsigned long divide(long a) { return a/512ul; } -static void -testDivide() +void +testDivide(void) { ASSERT(divide(1300) == 2); ASSERT(divide(0x12345678) == 0x91A2B); -- 2.30.2