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 e110928 commit 8e4457bCopy full SHA for 8e4457b
libc/include/llvm-libc-types/cfloat128.h
@@ -18,7 +18,7 @@
18
typedef __typeof__(_Complex __float128) cfloat128;
19
#else // ^^^ workaround / no workaround vvv
20
typedef _Complex __float128 cfloat128;
21
-#endif // ^^^ workaround ^^^
+#endif // ^^^ no workaround ^^^
22
#else
23
typedef _Complex long double cfloat128;
24
#endif // LIBC_TYPES_CFLOAT128_IS_COMPLEX_LONG_DOUBLE
0 commit comments