summaryrefslogtreecommitdiff
path: root/tests/tsub.c
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2008-04-11 13:54:32 +0000
committerAndreas Enge <andreas.enge@inria.fr>2008-04-11 13:54:32 +0000
commit16acb076de6ebbcbb89b41e4c41f7ecefb97dd31 (patch)
tree6754b2561107fef0603944d16de809eae30bba62 /tests/tsub.c
parent8bd0aa8d878e4e7cfd59fbfe9aa46892bdc3eb1e (diff)
downloadmpc-git-16acb076de6ebbcbb89b41e4c41f7ecefb97dd31.tar.gz
eliminated comparisons between signed and unsigned
mainly by casting precisions (unsigned) to mp_exp_t (signed) git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@105 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tsub.c')
-rw-r--r--tests/tsub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tsub.c b/tests/tsub.c
index 99dc5b5..f300ad9 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* test file for mpc_sub.
-Copyright (C) 2008 Philippe Th\'eveny
+Copyright (C) 2008 Andreas Enge, Philippe Th\'eveny
This file is part of the MPC Library.
@@ -19,6 +19,7 @@ along with the MPC Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
+#include <stdio.h>
#include "mpc.h"
#define TEST_FUNCTION mpc_sub