summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-06-08 16:00:20 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-06-08 16:00:20 +0200
commit786b4fd4466a62bae49c1ec1ca33c05c188703e0 (patch)
tree232eb7474ca56b168f78c7293b5970c2797f1ff0 /gmp-impl.h
parentefd501f0dbbdffeb51391b13a2311e568f09e047 (diff)
downloadgmp-786b4fd4466a62bae49c1ec1ca33c05c188703e0.tar.gz
gmp-impl.h (__GMP_WITHIN_CONFIGURE): Use the same #if as in gmp-h.in.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 737c34c2d..13c679e39 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -129,7 +129,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DECL_submul_1(name) \
DECL_addmul_1 (name)
-#if ! __GMP_WITHIN_CONFIGURE
+#if ! defined (__GMP_WITHIN_CONFIGURE)
#include "config.h"
#include "gmp-mparam.h"
#include "fib_table.h"