diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-16 09:04:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-16 09:04:54 +0000 |
commit | 7fb4b71c5c3f55e7686209d9993726dfaa219b27 (patch) | |
tree | 7511d256eb7c9560bbdb92f9604176e02e24d27c /gl/gettext.h | |
parent | 6cfa79db487699e3ba7116f56df26223cc798f30 (diff) | |
download | libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.tar.gz libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.tar.bz2 libtasn1-7fb4b71c5c3f55e7686209d9993726dfaa219b27.zip |
Use read_binary_file to read data, for Windows. Add self-test to test regressions.
Diffstat (limited to 'gl/gettext.h')
-rw-r--r-- | gl/gettext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/gettext.h b/gl/gettext.h index 70e2c1c..f15eb6a 100644 --- a/gl/gettext.h +++ b/gl/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> |