You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/dmd/compilable/stdcheaders.c
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,10 @@
23
23
24
24
#ifndef__APPLE__// /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/tgmath.h(39): Error: named parameter required before `...`
25
25
#include<math.h>
26
+
#ifndef_MSC_VER// C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\corecrt_math.h(93): Error: reinterpretation through overlapped field `f` is not allowed in CTFE
26
27
floatx=NAN;
27
28
#endif
29
+
#endif
28
30
29
31
#ifndef_MSC_VER// setjmp.h(51): Error: missing tag `identifier` after `struct
0 commit comments