summaryrefslogtreecommitdiff
path: root/tests/tfits.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
commitff4fa3e2ddc755d1cb23d14599e64d757e464d24 (patch)
tree7fe4c36956a8d313abdc6658da4f1e30a71a21ae /tests/tfits.c
parente3e9038320b5f82e5a49f3df617d4f5544de65fc (diff)
downloadmpfr-ff4fa3e2ddc755d1cb23d14599e64d757e464d24.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 'tests/tfits.c')
-rw-r--r--tests/tfits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfits.c b/tests/tfits.c
index 75cb2c65e..a58e178f0 100644
--- a/tests/tfits.c
+++ b/tests/tfits.c
@@ -22,7 +22,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