summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ucl/src/ucl_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/ucl_conf.h b/tools/ucl/src/ucl_conf.h
index 37e81c6e03..20bbd3b6cd 100644
--- a/tools/ucl/src/ucl_conf.h
+++ b/tools/ucl/src/ucl_conf.h
@@ -181,7 +181,7 @@
181 181
182 182
183#if !defined(SIZEOF_SIZE_T) 183#if !defined(SIZEOF_SIZE_T)
184# define SIZEOF_SIZE_T SIZEOF_UNSIGNED 184# define SIZEOF_SIZE_T SIZEOF_UNSIGNED_LONG
185#endif 185#endif
186#if !defined(SIZE_T_MAX) 186#if !defined(SIZE_T_MAX)
187# define SIZE_T_MAX UCL_UTYPE_MAX(SIZEOF_SIZE_T) 187# define SIZE_T_MAX UCL_UTYPE_MAX(SIZEOF_SIZE_T)