summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bit.h b/src/bit.h
index e50a776..3f756f6 100644
--- a/src/bit.h
+++ b/src/bit.h
@@ -108,7 +108,7 @@
#ifndef UINTPTR_WIDTH
# ifdef __INTPTR_WIDTH__
-# define INTPTR_WIDTH __INTPTR_WIDTH__
+# define UINTPTR_WIDTH __INTPTR_WIDTH__
# else
# define UINTPTR_WIDTH UMAX_WIDTH(UINTPTR_MAX)
# endif