summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-10-27 00:00:31 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-10-27 00:00:31 +0100
commitf89f2e778aaf46a0cdb1d43f9613d7bbb5842879 (patch)
tree0a995a74f954e0369ab06654ee6c08142e3449ed /acinclude.m4
parentf1ae1ae8c2bda95aa86df5c2eeb5dccbf64d3484 (diff)
downloadgmp-f89f2e778aaf46a0cdb1d43f9613d7bbb5842879.tar.gz
Whitespace cleanup.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b0a6d1a43..1b7a5b82b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -624,7 +624,7 @@ GMP_PROG_CC_WORKS_PART_MAIN([$1], [mpn_lshift_com optimization],
but that's fine, the offending cc is a native-only compiler so we don't
have to worry about cross compiling. */
-#if ! defined (__cplusplus)
+#if ! defined (__cplusplus)
unsigned long
lshift_com (rp, up, n, cnt)
unsigned long *rp;
@@ -674,7 +674,7 @@ GMP_PROG_CC_WORKS_PART_MAIN([$1], [mpn_lshift_com optimization 2],
to be run to show the problem, but that's fine, the offending cc is a
native-only compiler so we don't have to worry about cross compiling. */
-#if ! defined (__cplusplus)
+#if ! defined (__cplusplus)
#include <stdlib.h>
void
lshift_com (rp, up, n, cnt)