summaryrefslogtreecommitdiff
path: root/tests/mpq
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-03 15:40:45 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-03-03 15:40:45 +0100
commitb2629475d8f5f11c3c588046384f2e9c1f34e0a9 (patch)
treef1d4cc926369aba8115e8b82444c59e49df958bb /tests/mpq
parenta709379e498a3aa2184a4e7eea00ac49866fbd85 (diff)
downloadgmp-b2629475d8f5f11c3c588046384f2e9c1f34e0a9.tar.gz
Clean out __GMP_PROTO.
Diffstat (limited to 'tests/mpq')
-rw-r--r--tests/mpq/t-get_d.c2
-rw-r--r--tests/mpq/t-md_2exp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mpq/t-get_d.c b/tests/mpq/t-get_d.c
index f11618901..3fc744e07 100644
--- a/tests/mpq/t-get_d.c
+++ b/tests/mpq/t-get_d.c
@@ -39,7 +39,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define EPSIZE SIZE
#endif
-void dump __GMP_PROTO ((mpq_t));
+void dump (mpq_t);
void
check_monotonic (int argc, char **argv)
diff --git a/tests/mpq/t-md_2exp.c b/tests/mpq/t-md_2exp.c
index 3c1f9f44b..9511a0aab 100644
--- a/tests/mpq/t-md_2exp.c
+++ b/tests/mpq/t-md_2exp.c
@@ -96,7 +96,7 @@ main (void)
{ {"1","0x10000000000000000"}, 3, {"1","0x2000000000000000"} },
};
- void (*fun) __GMP_PROTO ((mpq_ptr, mpq_srcptr, unsigned long));
+ void (*fun) (mpq_ptr, mpq_srcptr, unsigned long);
const struct pair_t *p_start, *p_want;
const char *name;
mpq_t sep, got, want;