]> git.eshelyaron.com Git - emacs.git/commit
emacs-module.h: Don't generate invalid C++11 code.
authorPhilipp Stephani <phst@google.com>
Sat, 4 Jan 2020 02:21:32 +0000 (03:21 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 4 Jan 2020 02:21:32 +0000 (03:21 +0100)
commit52db14b0dc5a93d7a7219917b8f603b14f94f24f
treea1042bd0fd28926b72c547ac63120c675f10ef1e
parentcadf985cb68a760ef342d61572620cb215cf86fb
emacs-module.h: Don't generate invalid C++11 code.

* src/emacs-module.h.in: Remove 'noexcept' from function pointer type
aliases.  It is illegal there in C++11, see
https://en.cppreference.com/w/cpp/language/noexcept_spec.
src/emacs-module.h.in