summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-04-25 10:04:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-04-25 10:04:25 +0000
commitb8877387874bfff7d3daf29dbe395ea440cf36c7 (patch)
tree78e39b60908c3be3f70b503083f399e475675d51 /TODO
parent9636193eabc1f91bce700991783a3b5902a40bad (diff)
downloadmpfr-b8877387874bfff7d3daf29dbe395ea440cf36c7.tar.gz
Added support for GCC's returns_nonnull attribute (with GCC 4.9+).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13470 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6a5428d38..f0d3ddde8 100644
--- a/TODO
+++ b/TODO
@@ -627,8 +627,7 @@ Table of contents:
constants) because we do not have the control of memory allocation for
mpz_init.
-- use GCC's nonnull (available since GCC 4.0) and returns_nonnull
- (available since GCC 4.9) attributes where applicable.
+- use GCC's nonnull attribute (available since GCC 4.0) where applicable.
##############################################################################