summaryrefslogtreecommitdiff
path: root/tests/mpz/t-powm_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpz/t-powm_ui.c')
-rw-r--r--tests/mpz/t-powm_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mpz/t-powm_ui.c b/tests/mpz/t-powm_ui.c
index 91914a445..82b2e5030 100644
--- a/tests/mpz/t-powm_ui.c
+++ b/tests/mpz/t-powm_ui.c
@@ -25,8 +25,8 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp-impl.h"
#include "tests.h"
-void dump_abort _PROTO ((mpz_t, mpz_t));
-void debug_mp _PROTO ((mpz_t, int));
+void dump_abort __GMP_PROTO ((mpz_t, mpz_t));
+void debug_mp __GMP_PROTO ((mpz_t, int));
int
main (int argc, char **argv)