summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-10-28 07:34:08 +0200
committertege <tege@gmplib.org>2000-10-28 07:34:08 +0200
commit7b5b84894feedf83ef6532272bbe7a9baf3b8a60 (patch)
tree9e9f629d27ad1a033085b7f24965178d79bedd6f /longlong.h
parentc567bd052ddba9486429e2bccd5792d72cf3aea0 (diff)
downloadgmp-7b5b84894feedf83ef6532272bbe7a9baf3b8a60.tar.gz
Fix unterminated #if from last change.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/longlong.h b/longlong.h
index 3964ace70..3c6ff1cc1 100644
--- a/longlong.h
+++ b/longlong.h
@@ -177,6 +177,7 @@ extern UDItype __MPN(udiv_qrnnd) _PROTO ((UDItype, UDItype, UDItype, UDItype *))
udiv_qrnnd_preinv (q, r, n1, n0, d, __di); \
} while (0)
#define UDIV_NEEDS_NORMALIZATION 1
+#endif
#define UDIV_TIME 220
#define count_leading_zeros(count, x) \
do { \