From: Paul Eggert Date: Sat, 17 Jun 2017 22:21:53 +0000 (-0700) Subject: * lib/gettext.h: Merge from gnulib. X-Git-Tag: emacs-26.0.90~521^2~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5261a7d8bc026963032714faa191f292647e4fdd;p=emacs.git * lib/gettext.h: Merge from gnulib. --- 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