changeset 7570:728bd13a5bda

Remove incorrect comment.
author Bruno Haible <bruno@clisp.org>
date Wed, 25 Oct 2006 17:00:04 +0000
parents 8a5e15ab4f03
children adab1ce316f9
files lib/gettext.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gettext.h
+++ b/lib/gettext.h
@@ -163,9 +163,6 @@
 
 #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__))