diff --git a/src/factor.c b/src/factor.c index 66ca3878b..66ce28b84 100644 --- a/src/factor.c +++ b/src/factor.c @@ -2076,7 +2076,7 @@ factor_using_squfof (uintmax_t n1, uintmax_t n0, struct factors *factors) div_smallq (q, rem, S + P, Q); P1 = S - rem; /* P1 = q*Q - P */ - IF_LINT (assert (q > 0 && Q > 0)); + assert (q > 0 && Q > 0); # if STAT_SQUFOF q_freq[0]++;