summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-10 14:35:34 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-10 14:36:13 -0800
commit916a632413a6c0af72c7b61f36e3eb8400b858cc (patch)
treeaceb64e3e7db2e886539bcdf1c1ed98903e6dc37
parent03ce2e4a293c820246e409c4bb86daa980839a7f (diff)
downloadgnulib-916a632413a6c0af72c7b61f36e3eb8400b858cc.tar.gz
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.
-rw-r--r--ChangeLog10
-rw-r--r--modules/c9919
-rw-r--r--modules/dfa1
3 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9539f242b6..e74f075337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-01-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <bruno@clisp.org>
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