We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0460b0 commit 4fe62eaCopy full SHA for 4fe62ea
exact-int/exact-int.h
@@ -42,7 +42,7 @@
42
# endif
43
44
# if !defined(PSNIP_EXACT_INT_HAVE_STDINT)
45
-# if defined(_STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
+# if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
46
# define PSNIP_EXACT_INT_HAVE_STDINT
47
# elif defined(__has_include)
48
# if __has_include(<stdint.h>)
0 commit comments