]> git.eshelyaron.com Git - emacs.git/commit
Don’t worry about __STDC_VERSION__ in emacs-module
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Jun 2017 17:33:10 +0000 (10:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Jun 2017 17:33:31 +0000 (10:33 -0700)
commitebdcfa960d51704de2a9cdeaceb175e502b7aedc
tree097a5468d76d6919ebbaae46d3123d8a36b88cf3
parentd715e6d8c6a7f3507f4faca0961ac87d58fbfab8
Don’t worry about __STDC_VERSION__ in emacs-module

* src/emacs-module.h: Remove __STDC_VERSION__ check.  In the past
we’ve found that some compilers do not define this symbol even
when they work well enough.  If necessary features like stdbool.h
are missing the compiler will complain eventually anyway.
src/emacs-module.h