emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5261a7d: * lib/gettext.h: Merge from gnulib.


From: Paul Eggert
Subject: [Emacs-diffs] master 5261a7d: * lib/gettext.h: Merge from gnulib.
Date: Sat, 17 Jun 2017 18:22:18 -0400 (EDT)

branch: master
commit 5261a7d8bc026963032714faa191f292647e4fdd
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lib/gettext.h: Merge from gnulib.
---
 lib/gettext.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/gettext.h b/lib/gettext.h
index e7520af..742ce37 100644
--- a/lib/gettext.h
+++ b/lib/gettext.h
@@ -185,7 +185,8 @@ npgettext_aux (const char *domain,
 #include <string.h>
 
 #if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \
-     /* || __STDC_VERSION__ >= 199901L */ )
+     /* || __STDC_VERSION__ == 199901L
+        || (__STDC_VERSION__ >= 201112L && !defined __STDC_NO_VLA__) */ )
 # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1
 #else
 # define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]