summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-08-29 18:02:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-08-30 10:32:18 -0700
commitf1de694cbffac2acc392e3db6a038b17f3b77d02 (patch)
treeabc3969fdee57101f81be65b684e08149b607d78 /bootstrap.conf
parenta5e8102129d358de39e0911dd4425cb06e221f5a (diff)
downloaddiffutils-f1de694cbffac2acc392e3db6a038b17f3b77d02.tar.gz
maint: prefer attribute.h attributes
Prefer the macros used in attribute.h, and _Noreturn, to the by-hand use of __attribute__, as this is more portable. * bootstrap.conf (gnulib_modules): Add attribute. * src/system.h: Include attribute.h. All uses of attributes changed to use the attribute.h macros. Plus, use _Noreturn. (FALLTHROUGH): Remove; attribute.h now defines this.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 9234a43..39908c0 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,6 +24,7 @@ avoided_gnulib_modules='
# gnulib modules used by this package.
gnulib_modules='
announce-gen
+attribute
argmatch
binary-io
c-stack