From 5fd7ef6fae3a729815a73949c1a70224d913ae4c Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 7 Aug 2008 21:17:14 +0000 Subject: Further code clean-up (and consistency) based on icc warnings: * Removed useless code. * Avoid hiding variable declarations. * Use #ifdef BOOL_MACRO instead of #if BOOL_MACRO. * In MPFR_RNDRAW_GEN macro definition, variables declared locally now start with an underscore to avoid possible conflits with parameters (and modified macro calls that use these variables). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5492 280ebfd0-de03-0410-8827-d642c229c3f4 --- fits_uintmax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fits_uintmax.c') diff --git a/fits_uintmax.c b/fits_uintmax.c index 824fff10b..8892221b3 100644 --- a/fits_uintmax.c +++ b/fits_uintmax.c @@ -20,7 +20,7 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include "config.h" /* for a build within gmp */ #endif -- cgit v1.2.1