summaryrefslogtreecommitdiff
path: root/tests/tui_div.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-02 14:31:41 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-02 14:31:41 +0000
commit12174d60d41cd675df6cc718b0cd3598f1aa9f67 (patch)
treed16fc00fc7660c843c26088eaeffa4d5cc8758a3 /tests/tui_div.c
parent354669a1a8cc1d5988bb9ce14faf5248ff94327e (diff)
downloadmpc-12174d60d41cd675df6cc718b0cd3598f1aa9f67.tar.gz
moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.h
added a few key words "static" and "extern" in tests/ git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@828 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tui_div.c')
-rw-r--r--tests/tui_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c
index 072a549..0151b4f 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -21,7 +21,7 @@ MA 02111-1307, USA. */
#include "mpc-tests.h"
-void
+static void
special (void)
{
mpc_t a, b;