~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/gettext.h

  • Committer: Monty Taylor
  • Date: 2009-04-18 06:25:27 UTC
  • mto: (997.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090418062527-08trhjviktq2svvv
Fixed gnulib updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
#include <string.h>
170
170
 
171
171
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
172
 
  (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \
 
172
  (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__)) \
173
173
   /* || __STDC_VERSION__ >= 199901L */ )
174
174
 
175
175
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS