Skip to content

Commit 4fe62ea

Browse files
committed
exact-int: fix typo
1 parent f0460b0 commit 4fe62ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exact-int/exact-int.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# endif
4343

4444
# if !defined(PSNIP_EXACT_INT_HAVE_STDINT)
45-
# if defined(_STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
45+
# if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
4646
# define PSNIP_EXACT_INT_HAVE_STDINT
4747
# elif defined(__has_include)
4848
# if __has_include(<stdint.h>)

0 commit comments

Comments
 (0)