# HG changeset patch # User Bruno Haible # Date 1161795604 0 # Node ID 728bd13a5bda72cbfecbda23e531c5930097714a # Parent 8a5e15ab4f03781ea3bfa17695d6ff0b2074f7a0 Remove incorrect comment. diff --git a/lib/gettext.h b/lib/gettext.h --- a/lib/gettext.h +++ b/lib/gettext.h @@ -163,9 +163,6 @@ #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__))