projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6f6cc
)
Remove incorrect comment.
author
Bruno Haible
<bruno@clisp.org>
Wed, 25 Oct 2006 17:00:04 +0000
(17:00 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 25 Oct 2006 17:00:04 +0000
(17:00 +0000)
lib/gettext.h
patch
|
blob
|
history
diff --git
a/lib/gettext.h
b/lib/gettext.h
index de3850cd754bda7423b3fe75ea7cc7606d5cd2c0..916284d6fc6576b5c539c5aa39fae0bd1254cfb9 100644
(file)
--- a/
lib/gettext.h
+++ b/
lib/gettext.h
@@
-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__))