]> git.eshelyaron.com Git - emacs.git/commit
Explicitly require C11 or C++11 in emacs-module.h
authorPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 08:54:29 +0000 (10:54 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 12 Jun 2017 08:54:29 +0000 (10:54 +0200)
commit9dc6e93b77ce0d920771060756e65779751fd5f7
tree1e7578b94dd5f9db0a4e5b918a757b682a86fcf0
parent3f89df5c3b3d32900608cbd8140e54e09f82fcf3
Explicitly require C11 or C++11 in emacs-module.h

We already implicitly require them by including stdbool.h.  Just make
the error message a bit clearer, and remove an unnecessary version
comparison.
src/emacs-module.h