[Gmp-commit] /var/hg/gmp: Remove debug printing.

mercurial at gmplib.org mercurial at gmplib.org
Sun May 20 14:45:20 CEST 2012


details:   /var/hg/gmp/rev/73e19f007580
changeset: 14988:73e19f007580
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sun May 20 14:45:15 2012 +0200
description:
Remove debug printing.

diffstat:

 tests/mpz/t-gcd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 2ef954940a32 -r 73e19f007580 tests/mpz/t-gcd.c
--- a/tests/mpz/t-gcd.c	Sun May 20 12:45:29 2012 +0200
+++ b/tests/mpz/t-gcd.c	Sun May 20 14:45:15 2012 +0200
@@ -240,10 +240,10 @@
 void
 one_test (mpz_t op1, mpz_t op2, mpz_t ref, int i)
 {
-
+  /*
   printf ("%d %d %d\n", SIZ (op1), SIZ (op2), ref != NULL ? SIZ (ref) : 0);
   fflush (stdout);
-
+  */
 
   /*
   fprintf (stderr, "op1=");  debug_mp (op1, -16);


More information about the gmp-commit mailing list