]> git.eshelyaron.com Git - emacs.git/commit
Don’t assume __has_attribute in emacs-module.c
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 May 2020 00:16:49 +0000 (17:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 May 2020 00:22:07 +0000 (17:22 -0700)
commit8f6524db832f0c6fdbbbc639149fe63065a62096
tree881e04e9932da1bf6374b889ca918d24255d5078
parentbbc34d3762326ea13e9a10a959ea5b59aadb6736
Don’t assume __has_attribute in emacs-module.c

Problem reported by Glenn Morris in:
https://lists.gnu.org/r/emacs-devel/2020-05/msg00724.html
* src/emacs-module.c: Use HAS_ATTRIBUTE instead of assuming
the compiler supports __has_attribute.
src/emacs-module.c