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 7b026d1 commit 0faaa89Copy full SHA for 0faaa89
src/config.h.in
@@ -5,7 +5,7 @@
5
extern "C" {
6
#endif
7
8
-#if __has_include(<stdbool.h>)
+#if __STDC_VERSION__ >= 199901l
9
#include <stdbool.h>
10
#elif !defined(__cplusplus)
11
typedef char bool;
src/include/cmark-gfm_config.h
@@ -9,7 +9,7 @@
12
13
14
15
0 commit comments