search for: __need_ptrdiff_t

Displaying 2 results from an estimated 2 matches for "__need_ptrdiff_t".

2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...aders/stddef.h @@ -48,13 +48,7 @@ #if !__has_feature(modules) #define _PTRDIFF_T #endif - -/* Zig: wrap in _PTRDIFF_T_DEFINED to protect against mingw defining it twice */ -#if !defined(_PTRDIFF_T_DEFINED) typedef __PTRDIFF_TYPE__ ptrdiff_t; -#define _PTRDIFF_T_DEFINED -#endif - #endif #undef __need_ptrdiff_t #endif /* defined(__need_ptrdiff_t) */ @@ -65,24 +59,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t; #if !__has_feature(modules) #define _SIZE_T #endif - -/* Zig: added to avoid collisions with mingw */ -#if !defined(_SIZE_T_DEFINED_) -#if !defined(_SIZE_T_DEFINED) -#if !defined(_BSD_SIZE_T_DEFINED_)...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi, I've tagged the 5.0.1-rc2 release, go ahead and start testing and report your results. -Tom