From: Paul Eggert Date: Tue, 10 Jan 2017 22:35:34 +0000 (-0800) Subject: dfa: port to older GCC X-Git-Tag: v1.0~6388 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=916a632413a6c0af72c7b61f36e3eb8400b858cc;p=gnulib.git dfa: port to older GCC Problem reported by Assaf Gordon in: http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00103.html * modules/c99: New module. This merely attempts to use the latest C version, which should be enough to solve this particular problem. The idea is to document which Gnulib modules assume C99 or later. * modules/dfa (Depends-on): Add it. --- diff --git a/ChangeLog b/ChangeLog index 9539f242b6..e74f075337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-01-10 Paul Eggert + + dfa: port to older GCC + Problem reported by Assaf Gordon in: + http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00103.html + * modules/c99: New module. This merely attempts to use the latest + C version, which should be enough to solve this particular problem. + The idea is to document which Gnulib modules assume C99 or later. + * modules/dfa (Depends-on): Add it. + 2017-01-10 Bruno Haible Update DEPENDENCIES. diff --git a/modules/c99 b/modules/c99 new file mode 100644 index 0000000000..b6a9348be2 --- /dev/null +++ b/modules/c99 @@ -0,0 +1,19 @@ +Description: +Enable at least C99 if available. + +Files: + +Depends-on: +std-gnu11 + +configure.ac: + +Makefile.am: + +Include: + +License: +GPL + +Maintainer: +all diff --git a/modules/dfa b/modules/dfa index 581befdd14..504e7f00fd 100644 --- a/modules/dfa +++ b/modules/dfa @@ -9,6 +9,7 @@ lib/localeinfo.h Depends-on: assert +c99 ctype intprops isblank