diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 01:43:21 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 01:43:21 +0100 |
commit | f05d7fc81533be643136e12ce92516d1d4292921 (patch) | |
tree | 81474806439a93ea2210a171910156618e4bcc24 /usr/src | |
parent | 5a45682c3e7b01faa1761ab8d86f0bed4cc1d363 (diff) | |
download | illumos-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.c | 2 |
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 |