diff --git a/ruamoko/include/runtime.h b/ruamoko/include/runtime.h index 3ace8e4a7..2055ea222 100644 --- a/ruamoko/include/runtime.h +++ b/ruamoko/include/runtime.h @@ -4,7 +4,7 @@ #define INT_MAX 2147483648 #define INT_MIN (-INT_MAX - 1) -#define UINT_MAX 4294967295 +#define UINT_MAX 4294967295U enum { NotFound = INT_MAX ///< A value indicating a requested item can't be found.