[Gmp-commit] /var/hg/gmp: Fix typo in __STDC_VERSION__ test.

mercurial at gmplib.org mercurial at gmplib.org
Wed Feb 27 11:14:26 CET 2013


details:   /var/hg/gmp/rev/b5f7eeee2570
changeset: 15498:b5f7eeee2570
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Feb 27 11:14:22 2013 +0100
description:
Fix typo in __STDC_VERSION__ test.

diffstat:

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

diffs (12 lines):

diff -r 1afcfe1fe381 -r b5f7eeee2570 tests/mpz/t-limbs.c
--- a/tests/mpz/t-limbs.c	Wed Feb 27 10:29:52 2013 +0100
+++ b/tests/mpz/t-limbs.c	Wed Feb 27 11:14:22 2013 +0100
@@ -186,7 +186,7 @@
       mpz_add (ref, a, b);
       {
 	mpz_t a1, b1;
-#if __STDC_VERSION__ >= 199001
+#if __STDC_VERSION__ >= 199901
 	const mpz_t a2 = MPZ_ROINIT_N ( (mp_ptr) ap, an);
 	const mpz_t b2 = MPZ_ROINIT_N ( (mp_ptr) bp, bn);
 


More information about the gmp-commit mailing list