From 36bd6c283383851664bbe598601c99385e5dcd43 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:00:51 -0500 Subject: make tweaks to work with 1:1 checked functions --- src/stdio/__printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/__printf.c') diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index 391f7cbc..e1460dfa 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -12,7 +12,7 @@ #include #include "_stdio.h" -#if (!defined __STDC_VERSION__) || (__STDC_VERSION__ < 199909L) +#if (!defined __STDC_VERSION__) || (__STDC_VERSION__ < 199901L) #include "stdint/intmax_t.h" #include "stdint/uintmax_t.h" #include "stdint/intptr_t.h" -- cgit v1.2.1