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 1e8e8df commit 15103c2Copy full SHA for 15103c2
libc/include/llvm-libc-macros/annex-k-macros.h
@@ -9,8 +9,9 @@
9
#ifndef LLVM_LIBC_INCLUDE_LLVM_LIBC_MACROS_ANNEX_K_MACROS_H
10
#define LLVM_LIBC_INCLUDE_LLVM_LIBC_MACROS_ANNEX_K_MACROS_H
11
12
-#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
13
- defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ == 1
+#define __STDC_LIB_EXT1__ 200509L
+
14
+#if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ == 1
15
16
#define LIBC_HAS_ANNEX_K
17
0 commit comments