Skip to content

Commit 62b1efa

Browse files
committed
comment define macro
1 parent 2a3f07f commit 62b1efa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/include/llvm-libc-macros/annex-k-macros.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
(defined(__cplusplus) && __cplusplus >= 201703L)
1414

1515
// TODO(bassiounix): Who should def this macro (clang vs libc)? Where?
16-
#define __STDC_LIB_EXT1__ 201112L
16+
// TODO(bassiounix): uncomment/move when Annex K is fully implemented.
17+
// #define __STDC_LIB_EXT1__ 201112L
1718

1819
#if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ == 1
1920

0 commit comments

Comments
 (0)