]> Savannah Git Hosting - gnulib.git/commitdiff
Use module 'c99' when needed for declaration-after-statement syntax.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2020 16:35:24 +0000 (18:35 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Sep 2020 16:35:24 +0000 (18:35 +0200)
* modules/backup-rename (Depends-on): Add c99.
* modules/backupfile (Depends-on): Likewise.
* modules/bitset-tests (Depends-on): Likewise.
* modules/bitsetv (Depends-on): Likewise.
* modules/c-strtod (Depends-on): Likewise.
* modules/c-strtold (Depends-on): Likewise.
* modules/clean-temp (Depends-on): Likewise.
* modules/copy-file (Depends-on): Likewise.
* modules/crypto/hmac-md5-tests (Depends-on): Likewise.
* modules/crypto/hmac-sha1-tests (Depends-on): Likewise.
* modules/crypto/hmac-sha256-tests (Depends-on): Likewise.
* modules/crypto/hmac-sha512-tests (Depends-on): Likewise.
* modules/crypto/md5-buffer (Depends-on): Likewise.
* modules/crypto/md5-tests (Depends-on): Likewise.
* modules/crypto/sha1-buffer (Depends-on): Likewise.
* modules/crypto/sha1-tests (Depends-on): Likewise.
* modules/crypto/sha256-buffer (Depends-on): Likewise.
* modules/crypto/sha256-tests (Depends-on): Likewise.
* modules/crypto/sha512-buffer (Depends-on): Likewise.
* modules/crypto/sha512-tests (Depends-on): Likewise.
* modules/diffseq (Depends-on): Likewise.
* modules/fatal-signal (Depends-on): Likewise.
* modules/fchmodat (Depends-on): Likewise.
* modules/fstrcmp (Depends-on): Likewise.
* modules/fsusage (Depends-on): Likewise.
* modules/fts (Depends-on): Likewise.
* modules/fts-tests (Depends-on): Likewise.
* modules/getumask (Depends-on): Likewise.
* modules/git-merge-changelog (Depends-on): Likewise.
* modules/hash-map (Depends-on): Likewise.
* modules/hash-set (Depends-on): Likewise.
* modules/lchmod (Depends-on): Likewise.
* modules/libgmp-tests (Depends-on): Likewise.
* modules/libtextstyle-optional-tests (Depends-on): Likewise.
* modules/linkedhash-map (Depends-on): Likewise.
* modules/linkedhash-set (Depends-on): Likewise.
* modules/long-options (Depends-on): Likewise.
* modules/mbrtoc32 (Depends-on): Likewise.
* modules/memchr2-tests (Depends-on): Likewise.
* modules/memmem-tests (Depends-on): Likewise.
* modules/memrchr-tests (Depends-on): Likewise.
* modules/mktime-internal (Depends-on): Likewise.
* modules/nstrftime (Depends-on): Likewise.
* modules/opendirat (Depends-on): Likewise.
* modules/parse-datetime (Depends-on): Likewise.
* modules/quotearg-simple-tests (Depends-on): Likewise.
* modules/same (Depends-on): Likewise.
* modules/supersede (Depends-on): Likewise.
* modules/supersede-tests (Depends-on): Likewise.
* modules/time_rz (Depends-on): Likewise.
* modules/unistr/u16-chr-tests (Depends-on): Likewise.
* modules/unistr/u32-chr-tests (Depends-on): Likewise.
* modules/unistr/u8-chr-tests (Depends-on): Likewise.
* modules/xalloc (Depends-on): Likewise.
* modules/xnanosleep (Depends-on): Likewise.

56 files changed:
ChangeLog
modules/backup-rename
modules/backupfile
modules/bitset-tests
modules/bitsetv
modules/c-strtod
modules/c-strtold
modules/clean-temp
modules/copy-file
modules/crypto/hmac-md5-tests
modules/crypto/hmac-sha1-tests
modules/crypto/hmac-sha256-tests
modules/crypto/hmac-sha512-tests
modules/crypto/md5-buffer
modules/crypto/md5-tests
modules/crypto/sha1-buffer
modules/crypto/sha1-tests
modules/crypto/sha256-buffer
modules/crypto/sha256-tests
modules/crypto/sha512-buffer
modules/crypto/sha512-tests
modules/diffseq
modules/fatal-signal
modules/fchmodat
modules/fstrcmp
modules/fsusage
modules/fts
modules/fts-tests
modules/getumask
modules/git-merge-changelog
modules/hash-map
modules/hash-set
modules/lchmod
modules/libgmp-tests
modules/libtextstyle-optional-tests
modules/linkedhash-map
modules/linkedhash-set
modules/long-options
modules/mbrtoc32
modules/memchr2-tests
modules/memmem-tests
modules/memrchr-tests
modules/mktime-internal
modules/nstrftime
modules/opendirat
modules/parse-datetime
modules/quotearg-simple-tests
modules/same
modules/supersede
modules/supersede-tests
modules/time_rz
modules/unistr/u16-chr-tests
modules/unistr/u32-chr-tests
modules/unistr/u8-chr-tests
modules/xalloc
modules/xnanosleep

index 67ab9dd4730d7283a003478abfdbbfc5d406eb8e..619e7c24fa5cbac067cfa422efedea1663c42357 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2020-09-05  Bruno Haible  <bruno@clisp.org>
+
+       Use module 'c99' when needed for declaration-after-statement syntax.
+       * modules/backup-rename (Depends-on): Add c99.
+       * modules/backupfile (Depends-on): Likewise.
+       * modules/bitset-tests (Depends-on): Likewise.
+       * modules/bitsetv (Depends-on): Likewise.
+       * modules/c-strtod (Depends-on): Likewise.
+       * modules/c-strtold (Depends-on): Likewise.
+       * modules/clean-temp (Depends-on): Likewise.
+       * modules/copy-file (Depends-on): Likewise.
+       * modules/crypto/hmac-md5-tests (Depends-on): Likewise.
+       * modules/crypto/hmac-sha1-tests (Depends-on): Likewise.
+       * modules/crypto/hmac-sha256-tests (Depends-on): Likewise.
+       * modules/crypto/hmac-sha512-tests (Depends-on): Likewise.
+       * modules/crypto/md5-buffer (Depends-on): Likewise.
+       * modules/crypto/md5-tests (Depends-on): Likewise.
+       * modules/crypto/sha1-buffer (Depends-on): Likewise.
+       * modules/crypto/sha1-tests (Depends-on): Likewise.
+       * modules/crypto/sha256-buffer (Depends-on): Likewise.
+       * modules/crypto/sha256-tests (Depends-on): Likewise.
+       * modules/crypto/sha512-buffer (Depends-on): Likewise.
+       * modules/crypto/sha512-tests (Depends-on): Likewise.
+       * modules/diffseq (Depends-on): Likewise.
+       * modules/fatal-signal (Depends-on): Likewise.
+       * modules/fchmodat (Depends-on): Likewise.
+       * modules/fstrcmp (Depends-on): Likewise.
+       * modules/fsusage (Depends-on): Likewise.
+       * modules/fts (Depends-on): Likewise.
+       * modules/fts-tests (Depends-on): Likewise.
+       * modules/getumask (Depends-on): Likewise.
+       * modules/git-merge-changelog (Depends-on): Likewise.
+       * modules/hash-map (Depends-on): Likewise.
+       * modules/hash-set (Depends-on): Likewise.
+       * modules/lchmod (Depends-on): Likewise.
+       * modules/libgmp-tests (Depends-on): Likewise.
+       * modules/libtextstyle-optional-tests (Depends-on): Likewise.
+       * modules/linkedhash-map (Depends-on): Likewise.
+       * modules/linkedhash-set (Depends-on): Likewise.
+       * modules/long-options (Depends-on): Likewise.
+       * modules/mbrtoc32 (Depends-on): Likewise.
+       * modules/memchr2-tests (Depends-on): Likewise.
+       * modules/memmem-tests (Depends-on): Likewise.
+       * modules/memrchr-tests (Depends-on): Likewise.
+       * modules/mktime-internal (Depends-on): Likewise.
+       * modules/nstrftime (Depends-on): Likewise.
+       * modules/opendirat (Depends-on): Likewise.
+       * modules/parse-datetime (Depends-on): Likewise.
+       * modules/quotearg-simple-tests (Depends-on): Likewise.
+       * modules/same (Depends-on): Likewise.
+       * modules/supersede (Depends-on): Likewise.
+       * modules/supersede-tests (Depends-on): Likewise.
+       * modules/time_rz (Depends-on): Likewise.
+       * modules/unistr/u16-chr-tests (Depends-on): Likewise.
+       * modules/unistr/u32-chr-tests (Depends-on): Likewise.
+       * modules/unistr/u8-chr-tests (Depends-on): Likewise.
+       * modules/xalloc (Depends-on): Likewise.
+       * modules/xnanosleep (Depends-on): Likewise.
+
 2020-09-05  Bruno Haible  <bruno@clisp.org>
 
        Fix "warning: array initialized from parenthesized string constant".
index be12c90fa7c54b552f165c5fe7a12c76e0e1077f..cdc96e6f03dbecea7a8745c109661532e519e755 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 argmatch
 attribute
 basename-lgpl
+c99
 closedir
 d-ino
 dirent-safer
index 76f223a237a9624d02abfd8c17971ccf63329e24..2ca1e540e23342ce8bfb5c8f872c0f7fca3dddb0 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 argmatch
 attribute
 basename-lgpl
+c99
 closedir
 d-ino
 dirent-safer
index f9a0f907d9c0de5c806a4f4cdc45c49365d06536..bafd916d9a6c47c7e1711fcd0aa17b26ac7255b2 100644 (file)
@@ -3,6 +3,7 @@ tests/test-bitset.c
 tests/macros.h
 
 Depends-on:
+c99
 
 configure.ac:
 
index 4b6c1a81b756cb4903222af061d2d5109b7bef01..4d9be99015cad93515b7a92c74ecfc4ba74d43af 100644 (file)
@@ -7,6 +7,7 @@ lib/bitsetv.h
 
 Depends-on:
 bitset
+c99
 xalloc
 
 Makefile.am:
index 71b292ee7f8c177a6c2db3ab3bb219357052d774..a2741c557170059329840bc6ea8f9729d445e6fe 100644 (file)
@@ -8,6 +8,7 @@ m4/c-strtod.m4
 m4/intl-thread-locale.m4
 
 Depends-on:
+c99
 extensions
 locale
 strdup-posix
index c7f31dba11a5bd46990b19ae15f2e209d795a72a..f642a8895287f173a29e7d8f10182221803f4071 100644 (file)
@@ -9,6 +9,7 @@ m4/c-strtod.m4
 m4/intl-thread-locale.m4
 
 Depends-on:
+c99
 extensions
 locale
 strdup-posix
index 69157a57469a37421144a8a8eea981b57d6a8e64..2794b93f75353136aa9e00d74e7b90a9d5d78b12 100644 (file)
@@ -6,6 +6,7 @@ lib/clean-temp.h
 lib/clean-temp.c
 
 Depends-on:
+c99
 stdbool
 stdint
 unistd
index 293ad6aa9520a66756e4d9f39d2ddce417859dea..6140c72fa13b846bc9a1ad4a43d8316572e451b2 100644 (file)
@@ -9,6 +9,7 @@ m4/copy-file.m4
 Depends-on:
 acl-permissions
 binary-io
+c99
 close
 copy-file-range
 error
index 7de2d59b9d399e1b9454f073f0875063b5ded668..ddf20d94fbf6aee60bc89d868149cc8b45497791 100644 (file)
@@ -2,6 +2,7 @@ Files:
 tests/test-hmac-md5.c
 
 Depends-on:
+c99
 
 configure.ac:
 
index ae8a0df9c2f64700aa411e7b6a11b8b8650fe5c0..5606df6c417d1a28ef347d71de5508734d9ebc20 100644 (file)
@@ -2,6 +2,7 @@ Files:
 tests/test-hmac-sha1.c
 
 Depends-on:
+c99
 
 configure.ac:
 
index c5483da80a5558d18ea94f74deebea17ee05f753..3f93819fc4b9c90316bff593bce4b50529ca5dd9 100644 (file)
@@ -2,6 +2,7 @@ Files:
 tests/test-hmac-sha256.c
 
 Depends-on:
+c99
 
 configure.ac:
 
index 877dd3bf429cd008eaabeac879c9b71478b1277c..7e36dfb5a5f408f60403be84b3c176dc19c877a6 100644 (file)
@@ -2,6 +2,7 @@ Files:
 tests/test-hmac-sha512.c
 
 Depends-on:
+c99
 
 configure.ac:
 
index fb5763e511afbb168c69f5497cda931c520347df..cd51cab2def2c7263e9e73afd18d2b8de57879fd 100644 (file)
@@ -10,6 +10,7 @@ m4/md5.m4
 
 Depends-on:
 byteswap
+c99
 extern-inline
 stdalign
 stdint
index 177bd41231df73d943c1a05ff920c945bab66d36..c1160f13d1eaae272d471c45a6a7cbe26dbb9c90 100644 (file)
@@ -6,6 +6,7 @@ tests/bench-digest.h
 tests/macros.h
 
 Depends-on:
+c99
 getrusage
 gettimeofday
 
index 55a542065d0b533e7e23540221b3470cac6faf91..a934d4e06bb1053d4fc9803d100f3ade9f4833c9 100644 (file)
@@ -10,6 +10,7 @@ m4/sha1.m4
 
 Depends-on:
 byteswap
+c99
 extern-inline
 stdalign
 stdint
index b30d7e55f3e30d5b4740b1f05ee37773fb2d85b0..366e4aade780152510fdefb5b2fb7fb49c2f3078 100644 (file)
@@ -6,6 +6,7 @@ tests/bench-digest.h
 tests/macros.h
 
 Depends-on:
+c99
 getrusage
 gettimeofday
 
index 055275a38e070f6c56b3d04a8dc6ab77ce49fde6..85529a342e78a28a0924d13b8a7f9f7509864b47 100644 (file)
@@ -10,6 +10,7 @@ m4/sha256.m4
 
 Depends-on:
 byteswap
+c99
 extern-inline
 stdalign
 stdint
index 693b1bc0ff7da85f7700980f3f7d2fe0eec43668..fb9e06d70a9caa56659fb62bd41c6bbaf9d6fc42 100644 (file)
@@ -7,6 +7,7 @@ tests/bench-digest.h
 tests/macros.h
 
 Depends-on:
+c99
 getrusage
 gettimeofday
 
index 7c5f64d64a4b6463cf90947754cd553423fe4fcb..416a0b52026cf56e2c9e54e076ad8f38aefc2be7 100644 (file)
@@ -10,6 +10,7 @@ m4/sha512.m4
 
 Depends-on:
 byteswap
+c99
 extern-inline
 stdalign
 stdint
index d448031c4f5aa98e800c43dab9c8286e4d6fe2d1..fba9dc53887751cc41eacb869e1c4ff3d6b30ecf 100644 (file)
@@ -7,6 +7,7 @@ tests/bench-digest.h
 tests/macros.h
 
 Depends-on:
+c99
 getrusage
 gettimeofday
 
index 28ee8295b020b96a1fbb4ae76082e546ad3c4e6c..7591521ed9dba6175f32c2336b625da3c915527a 100644 (file)
@@ -5,6 +5,7 @@ Files:
 lib/diffseq.h
 
 Depends-on:
+c99
 
 configure.ac:
 
index 7029687625dfacdaca48f6f2519180012d3c5008..6c49f2b60fe99996d5e53c029b603a806b928141 100644 (file)
@@ -8,6 +8,7 @@ m4/fatal-signal.m4
 m4/sig_atomic_t.m4
 
 Depends-on:
+c99
 xalloc
 stdbool
 unistd
index 83e14abc98ddc05bc7b531cc6c0a5c0d6cc137c4..975889b8c021b5bb52c0ca9b428bdb744ce67657 100644 (file)
@@ -10,6 +10,7 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_FCHMODAT = 0]
+c99             [test $REPLACE_FCHMODAT = 1]
 errno           [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
 extern-inline   [test $HAVE_FCHMODAT = 0]
 fchdir          [test $HAVE_FCHMODAT = 0]
index 77de7a08ddd52e7d3def1140446982341a7c5f29..03804c942d43b26e069aa25c4903d7ed2e378348 100644 (file)
@@ -6,6 +6,7 @@ lib/fstrcmp.h
 lib/fstrcmp.c
 
 Depends-on:
+c99
 diffseq
 lock
 tls
index ba85196167fa2777660bf17381f1b769fb44e7ae..b5344c42642476297179c0273e091abb972fcc28 100644 (file)
@@ -7,6 +7,7 @@ lib/fsusage.c
 m4/fsusage.m4
 
 Depends-on:
+c99
 largefile
 stdbool
 stdint
index b06d5b832188983f9a05bdbf0635cc8b234d46d7..4f49b88f8a2d32ea66e0045368f9caf6606ae434 100644 (file)
@@ -9,6 +9,7 @@ m4/fts.m4
 
 Depends-on:
 attribute
+c99
 closedir
 cycle-check
 d-ino
index 1a9dce0ce287b07ed709715b695ad5a1d011d639..fc1e479231a6eea493d7b33c2f5fce65036f5084 100644 (file)
@@ -5,6 +5,7 @@ Files:
 tests/test-fts.c
 
 Depends-on:
+c99
 errno
 remove
 unlinkat
index 9f19a0e8189f1758f926be0e2cb4b95454079add..f7784dacb7e0ef25508a93c847eb3f6283729463 100644 (file)
@@ -8,6 +8,7 @@ m4/getumask.m4
 Depends-on:
 sys_stat
 extensions
+c99             [test $HAVE_GETUMASK = 0]
 unistd          [test $HAVE_GETUMASK = 0]
 clean-temp      [test $HAVE_GETUMASK = 0]
 tempname        [test $HAVE_GETUMASK = 0]
index 64c472ce50f2b4f2ea563c074c1dfd37068d467d..c58ddc7bd9d2619940b05619ed419b56af61f83b 100644 (file)
@@ -5,6 +5,7 @@ Files:
 lib/git-merge-changelog.c
 
 Depends-on:
+c99
 getopt-gnu
 stdbool
 stdlib
index 63d72f43d3ece4dfd6044682268b2e9817cfcf22..cfe10067ee7c03761a85a16a4edc8b8756c9783f 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 map
 stdint
 xsize
+c99
 
 configure.ac:
 
index 4d95e74548207659c47798b0ade5eaf70d522981..62a0f1bb6f5029446cb2b0cb31290df6f6bbdb2d 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 set
 stdint
 xsize
+c99
 
 configure.ac:
 
index ae67c03b655e267bbe7d6b71072535612d794ab9..dd887542f1989fd00594e3cdfcc9ef3ae6e33c8e 100644 (file)
@@ -6,6 +6,7 @@ lib/lchmod.c
 m4/lchmod.m4
 
 Depends-on:
+c99           [test $HAVE_LCHMOD = 0]
 errno         [test $HAVE_LCHMOD = 0]
 extensions
 fcntl-h       [test $HAVE_LCHMOD = 0]
index 94faf1cee649977dc8513d8872826685abd2fc7e..a80c478c7732aa2571c0c14a538df9fbb3517cc1 100644 (file)
@@ -3,6 +3,7 @@ tests/macros.h
 tests/test-libgmp.c
 
 Depends-on:
+c99
 verify
 
 configure.ac:
index 00d96b32e50e1b5a951299b7ba2a1c1203d5da60..e930a00fbe71b3dd69101821a5aa1d9e6aed4111 100644 (file)
@@ -3,6 +3,7 @@ tests/test-libtextstyle.c
 tests/test-libtextstyle-default.css
 
 Depends-on:
+c99
 isatty
 
 configure.ac:
index d495cb26e1b94b172589fa9ba15ac2277b0ac7e0..9cd87f966cca26ea6c429b4a786be7a428e58076 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 map
 stdint
 xsize
+c99
 
 configure.ac:
 
index 2ee88c3035e24dae166ef428065a3b9758033b40..f47a719c4831ea9a9d24169403a0d33ccd09fac0 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 set
 stdint
 xsize
+c99
 
 configure.ac:
 
index b845d42936de8d5eef6b85992ba94adc392a5195..fc0b53eceb92580a7f7c74639b99fa327a67abb8 100644 (file)
@@ -6,6 +6,7 @@ lib/long-options.h
 lib/long-options.c
 
 Depends-on:
+c99
 exitfail
 getopt-gnu
 stdbool
index e99c0f0a0f6b5be70fd467a4a4330c87e4a06c41..2e5042a5bc8c3e1e24041977fc8ba1dd50eff670 100644 (file)
@@ -19,6 +19,7 @@ m4/visibility.m4
 Depends-on:
 uchar
 attribute       [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
+c99             [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
 hard-locale     [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
 mbrtowc         [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
 localcharset    [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
index 66901aef93e7f3078e00cdf038c65a529aeebac6..cbd9cd22d0726da7252a0e12a372ad60e302e4c7 100644 (file)
@@ -5,6 +5,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 
index 250ccbf060f3c8f7f84dd96211c4514f8c6fcfee..084ee1b9c36093f0d553e21616440695cc366012 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 
index e3af27778621412a98c2f9ce77bec8aeb2f0ef57..2b4a9bd4b0878ee6598a12462e4ed22d305742bd 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 
index 1465c90dcd5defded0504171f4d58c3a2453e96e..40313d621563c0d0b031beeaf89424ae50bfe3b9 100644 (file)
@@ -6,6 +6,7 @@ lib/mktime-internal.h
 lib/mktime.c
 
 Depends-on:
+c99
 mktime
 
 configure.ac:
index 9db0c7521712176b73f8b1118df7a214cbc1a2ae..64e255cdecdbc39ba7b1078ba7df9a95e6ea4fb5 100644 (file)
@@ -9,6 +9,7 @@ m4/nstrftime.m4
 
 Depends-on:
 attribute
+c99
 errno
 extensions
 intprops
index 2e1798f637771408844b855cecb13d71161708d5..17542ff4fae3578ae745e19eaebecd0f6065a288 100644 (file)
@@ -6,6 +6,7 @@ lib/opendirat.c
 lib/opendirat.h
 
 Depends-on:
+c99
 dirent
 fcntl-h
 fdopendir
index fb49ebb353d7b8e95c05409476537cf00c980bcb..14675194eb093f05e4ba41cce4aee414c451c142 100644 (file)
@@ -10,6 +10,7 @@ m4/parse-datetime.m4
 
 Depends-on:
 bison
+c99
 c-ctype
 stdbool
 gettime
index 5470dfe3afe836d701e74d784f0507ded3003348..dbbd94e71232e70c4f51d9755c86dac7c145d63a 100644 (file)
@@ -6,6 +6,7 @@ tests/zerosize-ptr.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 stdint
 
 configure.ac:
index f4926be0057322371fdec3dae2cb9c476cc74623..979cdcd5b87943361ee66846bf722e1e5702a83f 100644 (file)
@@ -8,6 +8,7 @@ lib/same.c
 m4/same.m4
 
 Depends-on:
+c99
 error
 dirname
 fstat
index cf6e196389653961b0df4884496164cd1c53ef16..b01ca5277e0d0806bc52e7963142471a803c0848 100644 (file)
@@ -7,6 +7,7 @@ lib/supersede.c
 m4/supersede.m4
 
 Depends-on:
+c99
 fcntl-h
 sys_stat
 clean-temp
index 811d8f679b2d929e51efc0e748ee5be847de8fc7..932cd2ce5a6a7c2c93e7e5cff8c96a19b6b2cf05 100644 (file)
@@ -5,6 +5,7 @@ tests/test-supersede-fopen.h
 tests/macros.h
 
 Depends-on:
+c99
 mkdtemp
 filenamecat
 write
index 0285add1214b2e0bbfccef5713cac60075f111a1..699a61d56fcf3cacf7859c2cb5309726943e13eb 100644 (file)
@@ -18,6 +18,7 @@ lib/time_rz.c
 m4/time_rz.m4
 
 Depends-on:
+c99
 extensions
 time
 flexmember     [test $HAVE_TIMEZONE_T = 0]
index cd274d69c660c66ea08cf8e71fc7ee01baa8319f..d6bf77197f59c8ba79e96c33b7a2fbdeaf72fda9 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 unistr/u16-set
index 3dccee72e39a9e67b51a35b37648a6bd8d890350..81fc8d78b332f648f66443add77e7c0b3d6ed366 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 unistr/u32-set
index 9b015a3dcd7c12b87ebdbe13bda3cb8f5e4e5878..7b0bf8d4f95dd8d07c352a92c05f8d433bc41dee 100644 (file)
@@ -6,6 +6,7 @@ tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
+c99
 extensions
 getpagesize
 unistr/u8-set
index b107da93bbd05e7e07916a71bb62e72aedc7146e..c6e3cfd9debbddda01fda603f37e42459cdcb345 100644 (file)
@@ -7,6 +7,7 @@ lib/xmalloc.c
 m4/xalloc.m4
 
 Depends-on:
+c99
 extern-inline
 stdint
 xalloc-die
index cc9069cb2571103362b721db51b6f68c6a215248..9f12ff3205c2ae81c5c5d1291340a9a367e3fea4 100644 (file)
@@ -7,6 +7,7 @@ lib/xnanosleep.c
 m4/xnanosleep.m4
 
 Depends-on:
+c99
 dtotimespec
 intprops
 nanosleep