summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-11 10:44:11 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-11 10:44:11 +0000
commit79c140e3207b35b5c68a316b8ce4f9eb869dc88f (patch)
tree2d38bb165cc6e3fce01bbc52f0b965d5a381889c /tests/tdiv.c
parent59ba07068d4c829d7fcb381a8a724e7514861bd3 (diff)
downloadmpc-79c140e3207b35b5c68a316b8ce4f9eb869dc88f.tar.gz
tests and documentation for mpc_log
small reorganisation of the manual git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@100 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 7568f3e..ef3ac3d 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -26,7 +26,6 @@ MA 02111-1307, USA. */
#include "mpc.h"
#include "mpc-impl.h"
-#define OUT(x) { mpc_out_str (stdout, 2, 0, x, MPC_RNDNN); putchar ('\n'); }
#define ERR(x) { mpc_out_str (stderr, 2, 0, x, MPC_RNDNN); \
fprintf (stderr, "\n"); }