diff --git a/CoreFoundation/Base.subproj/CFSortFunctions.c b/CoreFoundation/Base.subproj/CFSortFunctions.c index 05bd43ef91..88781c1619 100644 --- a/CoreFoundation/Base.subproj/CFSortFunctions.c +++ b/CoreFoundation/Base.subproj/CFSortFunctions.c @@ -52,6 +52,8 @@ enum { #define __checkint_int64_mul(x, y, err) (x * y) #define __checkint_uint64_add(x, y, err) (x + y) +#define __checkint_int32_mul(x,y,err) (x * y) +#define __checkint_uint32_add(x,y,err) (x + y) #endif