From: Bruno Haible Date: Wed, 25 Oct 2006 17:00:04 +0000 (+0000) Subject: Remove incorrect comment. X-Git-Tag: cvs-readonly~1648 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3667f8e75409ce7df7bc3f561ddd8d03d5be39f2;p=gnulib.git Remove incorrect comment. --- diff --git a/lib/gettext.h b/lib/gettext.h index de3850cd7..916284d6f 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -163,9 +163,6 @@ npgettext_aux (const char *domain, #include -/* GCC supports variable-size arrays in C and C++ mode. - ISO C++ supports variable-size arrays, but some older PGI and Sun compilers - don't. */ #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \ (__GNUC__ >= 3 || (defined __cplusplus && defined __GNUC__))