]> git.eshelyaron.com Git - emacs.git/commit
Do not include <attribute.h> from <config.h>
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Mar 2022 02:46:47 +0000 (18:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Mar 2022 02:51:17 +0000 (18:51 -0800)
commitec35e2621a945797cc4978ebf2e0fe0b0f436705
treec303c24d6f967f8c647f4724337a5c1103625a63
parentf7032bdafe742c588c1b8b5054e2f383a41fff54
Do not include <attribute.h> from <config.h>

This is because mod-test.c shouldn’t use source code from lib,
but it does need to include <config.h>.
* lib-src/ebrowse.c, lib-src/emacsclient.c, lib-src/etags.c:
* lib-src/make-docfile.c, lib-src/movemail.c:
* lib-src/seccomp-filter.c, src/dynlib.h, src/lisp.h:
* src/syssignal.h, src/sysstdio.h, src/systhread.h, src/tparam.h:
Include <attribute.h>.
* src/conf_post.h: Do not include <attribute.h>.
All uses of attribute.h macros replaced with their _GL_ equivalents.
13 files changed:
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/etags.c
lib-src/make-docfile.c
lib-src/movemail.c
lib-src/seccomp-filter.c
src/conf_post.h
src/dynlib.h
src/lisp.h
src/syssignal.h
src/sysstdio.h
src/systhread.h
src/tparam.h