From 04aecf1372d30eb709d8de65152535ab66dcb74a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 00:55:45 +0200 Subject: Adding upstream version 7.0.16-dfsg. Signed-off-by: Daniel Baumann --- include/iprt/cdefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/iprt/cdefs.h') diff --git a/include/iprt/cdefs.h b/include/iprt/cdefs.h index 04d3799b..0c041af3 100644 --- a/include/iprt/cdefs.h +++ b/include/iprt/cdefs.h @@ -2972,11 +2972,11 @@ # pragma warning(disable:4815) /* -wd4815 does not work with VS2019 */ # endif #elif defined(__STDC_VERSION__) -# if __STDC_VERSION__ >= 1999901L +# if __STDC_VERSION__ >= 199901L # define RT_FLEXIBLE_ARRAY -# else +# else /* __STDC_VERSION__ < 199901L */ # define RT_FLEXIBLE_ARRAY 1 -# endif +# endif /* __STDC_VERSION__ < 199901L */ #else # define RT_FLEXIBLE_ARRAY 1 #endif -- cgit v1.2.3