summaryrefslogtreecommitdiff
path: root/modules/c99
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 /modules/c99
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.
Diffstat (limited to 'modules/c99')
-rw-r--r--modules/c9919
1 files changed, 19 insertions, 0 deletions
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