diff options
Diffstat (limited to 'src/bit.h')
-rw-r--r-- | src/bit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |