summaryrefslogtreecommitdiff
path: root/tests/mpq
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
commitc03242552746fbb30331262c4c6b257a83fd4eb4 (patch)
tree1629ad4ed81c74ff3af59d93aeb76000406401ea /tests/mpq
parentbd807c9045ca022b8898c90bc540aba8f08db3b6 (diff)
downloadgmp-c03242552746fbb30331262c4c6b257a83fd4eb4.tar.gz
Change _PROTO => __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 cae4da93b..f11618901 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 _PROTO ((mpq_t));
+void dump __GMP_PROTO ((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 6c80ce8d9..3c1f9f44b 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) _PROTO ((mpq_ptr, mpq_srcptr, unsigned long));
+ void (*fun) __GMP_PROTO ((mpq_ptr, mpq_srcptr, unsigned long));
const struct pair_t *p_start, *p_want;
const char *name;
mpq_t sep, got, want;