aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gettext.h3
1 files changed, 2 insertions, 1 deletions
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,
185#include <string.h> 185#include <string.h>
186 186
187#if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ 187#if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \
188 /* || __STDC_VERSION__ >= 199901L */ ) 188 /* || __STDC_VERSION__ == 199901L
189 || (__STDC_VERSION__ >= 201112L && !defined __STDC_NO_VLA__) */ )
189# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 190# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1
190#else 191#else
191# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0 192# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0