summaryrefslogtreecommitdiff
path: root/fits_uintmax.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-07 21:17:14 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-07 21:17:14 +0000
commit5fd7ef6fae3a729815a73949c1a70224d913ae4c (patch)
tree7fe4c36956a8d313abdc6658da4f1e30a71a21ae /fits_uintmax.c
parentc2d7168d28d71bd8f6c75a19f97d5b23e7dc821d (diff)
downloadmpfr-5fd7ef6fae3a729815a73949c1a70224d913ae4c.tar.gz
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
Diffstat (limited to 'fits_uintmax.c')
-rw-r--r--fits_uintmax.c2
1 files changed, 1 insertions, 1 deletions
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