From: Bruno Haible Date: Wed, 25 Oct 2006 17:00:04 +0000 (+0000) Subject: Remove incorrect comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3667f8e75409ce7df7bc3f561ddd8d03d5be39f2;p=pspp Remove incorrect comment. --- diff --git a/lib/gettext.h b/lib/gettext.h index de3850cd75..916284d6fc 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__))