summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-12-14 15:28:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-12-14 15:28:17 +0000
commit5e474151828987a884c367dc8ba0ea9fd5a7b7e4 (patch)
tree090d4c4549b4268ed51fb549a48a2fd89090d3ac /INSTALL
parent3d53dc7de18b35dedd41005bf039312f38f30e2a (diff)
downloadmpfr-5e474151828987a884c367dc8ba0ea9fd5a7b7e4.tar.gz
INSTALL: references to ISO (international) instead of ANSI (American).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5738 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 617a0bf8f..7798192cf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -279,11 +279,11 @@ Notes on Windows 32
4 - On Windows32 / MinGW, if all the tests fail, try to run the test suite
with "make check EXEEXT=".
-5 - To avoid using the Microsoft runtime (which might not be ansi-compliant),
+5 - To avoid using the Microsoft runtime (which might not be conform to ISO C),
you can use the MinGW runtime package (which is an integral part of MinGW).
For example, with MinGW versions 3.15 and later you can get an
- ansi-compliant printf() if you compile your application with either
- '-ansi', '-posix' or '-D__USE_MINGW_ANSI_STDIO'. For example you can
+ ISO-compliant printf() if you compile your application with either
+ '-ansi', '-posix' or '-D__USE_MINGW_ANSI_STDIO'. For example, you can
compile and test MPFR with CC="gcc -D__USE_MINGW_ANSI_STDIO".
Notes on Windows 64