From: Bruno Haible Date: Wed, 25 Oct 2006 18:56:19 +0000 (+0000) Subject: One more modif. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd22eff2cfd6d1dfd2b8acc56f727e4d5b9c123f;p=pspp One more modif. --- diff --git a/lib/gettext.h b/lib/gettext.h index 916284d6fc..f15eb6a25c 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -164,7 +164,7 @@ npgettext_aux (const char *domain, #include #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \ - (__GNUC__ >= 3 || (defined __cplusplus && defined __GNUC__)) + (__GNUC__ >= 3 || __GNUG__ >= 2 /* || __STDC_VERSION__ >= 199901L */ ) #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS #include