summaryrefslogtreecommitdiff
path: root/mpfr-gmp.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-25 11:44:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-25 11:44:00 +0000
commit504616f42fd960d82289769abd4e0a9a8985653c (patch)
tree1e31613b2a3c591cf408d168ae75b785986a5850 /mpfr-gmp.h
parent42ca7a21d4a47401234b9b757f3bbd7a1c815261 (diff)
downloadmpfr-504616f42fd960d82289769abd4e0a9a8985653c.tar.gz
[mpfr-gmp.h] Reverted incorrect changeset r6987 (see code about alloca).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6988 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-gmp.h')
-rw-r--r--mpfr-gmp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpfr-gmp.h b/mpfr-gmp.h
index 5364f9789..7be30cd9f 100644
--- a/mpfr-gmp.h
+++ b/mpfr-gmp.h
@@ -29,8 +29,6 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include <limits.h> /* For INT_MAX, ... */
#include <string.h> /* For memcpy, memset and memmove */
-#include <alloca.h> /* for alloca, cf
- http://websympa.loria.fr/wwsympa/arc/mpfr/2010-06/msg00061.html */
/* The following tries to get a good version of alloca.
See gmp-impl.h for implementation details and original version */