summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 214ffd7)
raw | patch | inline | side by side (parent: 214ffd7)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 May 2012 07:31:28 +0000 (07:31 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 May 2012 07:31:28 +0000 (07:31 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2288 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/gettext.h | patch | blob | history |
diff --git a/src/gettext.h b/src/gettext.h
index 209921e654f550eb0123212e6926b5e9e38accbc..b9380cc9ef9b8a4490a01ebb3fe788686b8ccdbc 100644 (file)
--- a/src/gettext.h
+++ b/src/gettext.h
#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