From 5261a7d8bc026963032714faa191f292647e4fdd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 17 Jun 2017 15:21:53 -0700 Subject: [PATCH] * lib/gettext.h: Merge from gnulib. --- lib/gettext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gettext.h b/lib/gettext.h index e7520af252f..742ce37e6ce 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -185,7 +185,8 @@ npgettext_aux (const char *domain, #include #if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ - /* || __STDC_VERSION__ >= 199901L */ ) + /* || __STDC_VERSION__ == 199901L + || (__STDC_VERSION__ >= 201112L && !defined __STDC_NO_VLA__) */ ) # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 #else # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0 -- 2.39.2