X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgettext.h;h=9d76ec9afccff2785cad1c468b05251a6eba3de2;hb=3d986f521cac261e29c043be50bb626f7641d841;hp=18c62a4067f5caa8153847a5cbf547f58f12efe1;hpb=1606cfe35b07beb2ef1f5c36606515c0f81d4acf;p=gnulib.git diff --git a/lib/gettext.h b/lib/gettext.h index 18c62a406..9d76ec9af 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -169,7 +169,8 @@ npgettext_aux (const char *domain, #include #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \ - (__GNUC__ >= 3 || __GNUG__ >= 2 /* || __STDC_VERSION__ >= 199901L */ ) + (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \ + /* || __STDC_VERSION__ >= 199901L */ ) #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS #include