summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-20 03:58:59 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-20 03:58:59 +0200
commit79e76b234323825b48cebf8223d026358f21befe (patch)
tree6fdb1101e400f81cfd84bf41f85b245436e07f88 /longlong.h
parent0b8679e127622844b8c9d462225e00bd236d8f49 (diff)
downloadgmp-79e76b234323825b48cebf8223d026358f21befe.tar.gz
Some excess backslashes from:
* longlong.h (count_leading_zeros) [pentium]: Decide to go with float method for p54.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/longlong.h b/longlong.h
index 3b878ae00..43256105f 100644
--- a/longlong.h
+++ b/longlong.h
@@ -655,8 +655,8 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
__asm__ ("bsrl %1,%0" : "=r" (__cbtmp) : "rm" ((USItype)(x))); \
(count) = __cbtmp ^ 31; \
} while (0)
-#endif \
- \
+#endif
+
#define count_trailing_zeros(count, x) \
do { \
ASSERT ((x) != 0); \