summaryrefslogtreecommitdiff
path: root/lgl/gettext.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-30 08:41:37 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-30 08:41:37 +0000
commit7df5419da539d9caf81727902fca00b73c0e2d9f (patch)
tree953f1ac1bc32081ebc1894f802efd3f67cf671d3 /lgl/gettext.h
parentefa0d800987baa5e7a921e94e93b08bdbc268950 (diff)
downloadgnutls-7df5419da539d9caf81727902fca00b73c0e2d9f.tar.gz
Update.
Diffstat (limited to 'lgl/gettext.h')
-rw-r--r--lgl/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgl/gettext.h b/lgl/gettext.h
index f7fd6a5e10..6eb6040698 100644
--- a/lgl/gettext.h
+++ b/lgl/gettext.h
@@ -164,7 +164,7 @@ npgettext_aux (const char *domain,
#include <string.h>
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
- (__GNUC__ >= 3 || defined __cplusplus)
+ (__GNUC__ >= 3 || __GNUG__ >= 2 /* || __STDC_VERSION__ >= 199901L */ )
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
#include <stdlib.h>