Remove incorrect comment.
authorBruno Haible <bruno@clisp.org>
Wed, 25 Oct 2006 17:00:04 +0000 (17:00 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 25 Oct 2006 17:00:04 +0000 (17:00 +0000)
lib/gettext.h

index de3850cd754bda7423b3fe75ea7cc7606d5cd2c0..916284d6fc6576b5c539c5aa39fae0bd1254cfb9 100644 (file)
@@ -163,9 +163,6 @@ npgettext_aux (const char *domain,
 
 #include <string.h>
 
-/* 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__))