aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index 03cc51cb..47dee9a6 100644
--- a/llimits.h
+++ b/llimits.h
@@ -81,7 +81,7 @@ typedef signed char ls_byte;
81#if defined(UINTPTR_MAX) /* even in C99 this type is optional */ 81#if defined(UINTPTR_MAX) /* even in C99 this type is optional */
82#define L_P2I uintptr_t 82#define L_P2I uintptr_t
83#else /* no 'intptr'? */ 83#else /* no 'intptr'? */
84#define L_P2I uintmax_t /* use the largerst available integer */ 84#define L_P2I uintmax_t /* use the largest available integer */
85#endif 85#endif
86#else /* C89 option */ 86#else /* C89 option */
87#define L_P2I size_t 87#define L_P2I size_t