diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-06-08 09:53:48 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-06-08 09:53:48 +0000 |
commit | 621d7ffd3682b99ba21ba2f796c7cc9680b4b774 (patch) | |
tree | 111de3ed4033d552b4e2f09ed23edcf45bf861f8 /mul.c | |
parent | 5ab31a6cfff0c816f35a8146e0aedcd1e80a78f5 (diff) | |
download | mpfr-621d7ffd3682b99ba21ba2f796c7cc9680b4b774.tar.gz |
Clean up use of stdio.h:
it is now included by mpfr-impl iff DEBUG is defined or WANT_ASSERT is
defined.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3631 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mul.c')
-rw-r--r-- | mul.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Place, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <stdio.h> #define MPFR_NEED_LONGLONG_H #include "mpfr-impl.h" |