summaryrefslogtreecommitdiff
path: root/gl/gettext.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-09-14 19:21:39 +0200
committerSimon Josefsson <simon@josefsson.org>2011-10-25 13:22:18 +0200
commit45f06971a1803d7c84ffcaf6e53d47354266b3e1 (patch)
treef7740838f8a095663870b468e70a36a48dd40a28 /gl/gettext.h
parent58cda71590f48db415e0005f2513da53944063d1 (diff)
downloadlibtasn1-45f06971a1803d7c84ffcaf6e53d47354266b3e1.tar.gz
libtasn1-45f06971a1803d7c84ffcaf6e53d47354266b3e1.tar.bz2
libtasn1-45f06971a1803d7c84ffcaf6e53d47354266b3e1.zip
Update gnulib files.
Diffstat (limited to 'gl/gettext.h')
-rw-r--r--gl/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/gettext.h b/gl/gettext.h
index 458e332..792e506 100644
--- a/gl/gettext.h
+++ b/gl/gettext.h
@@ -185,7 +185,7 @@ npgettext_aux (const char *domain,
#include <string.h>
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
- (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \
+ (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \
/* || __STDC_VERSION__ >= 199901L */ )
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS