From e746f06265981fd17bc656ca59e0ed82f6cea84d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 27 Apr 2016 17:19:53 +0200 Subject: Add option UNSAFE which disables all internal error checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zpowu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zpowu.c') diff --git a/src/zpowu.c b/src/zpowu.c index 3d58aa4..447147d 100644 --- a/src/zpowu.c +++ b/src/zpowu.c @@ -10,7 +10,7 @@ zpowu(z_t a, z_t b, unsigned long long int c) int neg; if (unlikely(!c)) { - if (zzero(b)) + if (check(zzero(b))) libzahl_failure(-ZERROR_0_POW_0); zsetu(a, 1); return; -- cgit v1.2.3-70-g09d2