changeset 27261:ef38379ea7df

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