From 3667f8e75409ce7df7bc3f561ddd8d03d5be39f2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 25 Oct 2006 17:00:04 +0000 Subject: [PATCH] Remove incorrect comment. --- lib/gettext.h | 3 --- 1 file changed, 3 deletions(-) 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__)) -- 2.30.2