summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
commit9e6a189149f4685039088fc06ca75a1d1751900b (patch)
tree7679cc2849df608ef61e1b4f3883cf40f8471c86 /src/mpfr-impl.h
parent2e2b299fedc39c288db478600f4cecaf1cfac3f2 (diff)
downloadmpfr-9e6a189149f4685039088fc06ca75a1d1751900b.tar.gz
Merged changesets r8172-8173,8175 from the trunk to update URL's of
mailing-list archives/messages. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8176 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 188b72246..6662842f1 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -128,7 +128,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#if defined(_WIN32)
/* Under MS Windows (e.g. with VS2008 or VS2010), Intel's compiler doesn't
support/enable extensions like the ones seen under GNU/Linux.
- http://websympa.loria.fr/wwsympa/arc/mpfr/2011-02/msg00032.html */
+ https://sympa.inria.fr/sympa/arc/mpfr/2011-02/msg00032.html */
# define __MPFR_ICC(a,b,c) 0
#elif defined(__ICC)
# define __MPFR_ICC(a,b,c) (__ICC >= (a)*100+(b)*10+(c))