]> git.eshelyaron.com Git - emacs.git/commit
Define helper macro to reduce code duplication
authorPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 16:50:42 +0000 (18:50 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 17:50:49 +0000 (19:50 +0200)
commit18396997b30c053a905c9a509777625ccc01c3d5
tree7541f7661d95ed78e108ea66a24730e47b23daf0
parentdb7438426ae4fd756213d56884dd52473d8f9336
Define helper macro to reduce code duplication

* src/emacs-module.c (MODULE_FUNCTION_BEGIN_NO_CATCH): New helper
macro.
(MODULE_FUNCTION_BEGIN, module_type_of, module_is_not_nil, module_eq):
Use it.
src/emacs-module.c