summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2011-05-16 01:43:21 +0100
committerRichard Lowe <richlowe@richlowe.net>2011-05-16 01:43:21 +0100
commitf05d7fc81533be643136e12ce92516d1d4292921 (patch)
tree81474806439a93ea2210a171910156618e4bcc24 /usr/src
parent5a45682c3e7b01faa1761ab8d86f0bed4cc1d363 (diff)
downloadillumos-gate-f05d7fc81533be643136e12ce92516d1d4292921.tar.gz
1757 bignumimpl's use of contractions annoys GCC
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/common/bignum/bignumimpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/bignum/bignumimpl.c b/usr/src/common/bignum/bignumimpl.c
index f241675464..d2fb14a18f 100644
--- a/usr/src/common/bignum/bignumimpl.c
+++ b/usr/src/common/bignum/bignumimpl.c
@@ -1462,7 +1462,7 @@ big_sqr_vec(BIG_CHUNK_TYPE *r, BIG_CHUNK_TYPE *a, int len)
#else /* ! UMUL64 */
#if (BIG_CHUNK_SIZE != 32)
-#error Don't use 64-bit chunks without defining UMUL64
+#error "Don't use 64-bit chunks without defining UMUL64"
#endif