summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-12 09:58:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-12 09:58:11 +0000
commit2bc3e773b5bb76ff2401e2a607df48c4bdd96989 (patch)
treef29796cd14874b19623ea571a0a32175231668bd
parentfe66f0d3a03afb829d64b88815b086df038170dd (diff)
downloadmpfr-2bc3e773b5bb76ff2401e2a607df48c4bdd96989.tar.gz
Added a note about the native SunOS 4 C compiler.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1860 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--README.dev6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.dev b/README.dev
index ebf6d7853..c48ea36ed 100644
--- a/README.dev
+++ b/README.dev
@@ -19,3 +19,9 @@ To make a release:
When submitting patches, unified diffs (option -u) are recommended,
as they are more readable. You can also use the option -d to generate
a smaller set of changes. See diff(1) for more information.
+
+Though the ISO C standard requires that <stdlib.h> defines NULL,
+do not use NULL with #include <stdlib.h> only, because this will
+not work with the native SunOS 4 C compiler, whose headers are
+not conform to the standard (even with C90); other problems may
+occur on this architecture.