aboutsummaryrefslogtreecommitdiffstats
path: root/src/zcmpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zcmpu.c')
-rw-r--r--src/zcmpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zcmpu.c b/src/zcmpu.c
index 40e33b6..8bba692 100644
--- a/src/zcmpu.c
+++ b/src/zcmpu.c
@@ -3,7 +3,7 @@
int
-zcmpu(z_t a, unsigned long long int b)
+zcmpu(z_t a, uint64_t b)
{
if (unlikely(!b))
return zsignum(a);