From f05d7fc81533be643136e12ce92516d1d4292921 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Mon, 16 May 2011 01:43:21 +0100 Subject: [PATCH] 1757 bignumimpl's use of contractions annoys GCC Reviewed by: Eric Schrock Reviewed by: Igor Kozhukhov Reviewed by: Albert Lee Approved by: Eric Schrock --- usr/src/common/bignum/bignumimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT