diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ucl/src/ucl_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/ucl_conf.h b/tools/ucl/src/ucl_conf.h index 37e81c6..20bbd3b 100644 --- a/tools/ucl/src/ucl_conf.h +++ b/tools/ucl/src/ucl_conf.h @@ -181,7 +181,7 @@ #if !defined(SIZEOF_SIZE_T) -# define SIZEOF_SIZE_T SIZEOF_UNSIGNED +# define SIZEOF_SIZE_T SIZEOF_UNSIGNED_LONG #endif #if !defined(SIZE_T_MAX) # define SIZE_T_MAX UCL_UTYPE_MAX(SIZEOF_SIZE_T) |