We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ca1d commit 2ff19e2Copy full SHA for 2ff19e2
gcc/ginclude/stddef.h
@@ -89,6 +89,17 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
89
#undef _PTRDIFF_T_
90
#endif
91
92
+#if defined (__APPLE__)
93
+# if defined(__has_feature) && __has_feature(modules)
94
+# if defined (__need_ptrdiff_t)
95
+# undef __PTRDIFF_T
96
+# endif
97
+# if defined (__need_size_t)
98
+# undef __SIZE_T
99
100
101
+#endif
102
+
103
/* On VxWorks, <type/vxTypesBase.h> may have defined macros like
104
_TYPE_size_t which will typedef size_t. fixincludes patched the
105
vxTypesBase.h so that this macro is only defined if _GCC_SIZE_T is
0 commit comments