]> Savannah Git Hosting - gnulib.git/commitdiff
dfa: port to older GCC
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jan 2017 22:35:34 +0000 (14:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jan 2017 22:36:13 +0000 (14:36 -0800)
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.

ChangeLog
modules/c99 [new file with mode: 0644]
modules/dfa

index 9539f242b6810ba39523bc3956dcbbb551aa1336..e74f075337879e4c24a4b8acb0267f2a4a366415 100644 (file)
--- 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 (file)
index 0000000..b6a9348
--- /dev/null
@@ -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
index 581befdd14a298cb247c19d85b6577bdceb005b1..504e7f00fdcd1d15b815695dea5fd9d401647ea2 100644 (file)
@@ -9,6 +9,7 @@ lib/localeinfo.h
 
 Depends-on:
 assert
+c99
 ctype
 intprops
 isblank