]> git.eshelyaron.com Git - emacs.git/commit
emacs-module.h slight simplification
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Mar 2016 22:31:01 +0000 (14:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Mar 2016 22:31:21 +0000 (14:31 -0800)
commit227ab51db6517bda1a557391bebaa7882b51963e
tree11d48b51d3f0f998cef59bbfea788f6ac18179f4
parent58400688640a841ba50ad4a48bfaea4d7862ad08
emacs-module.h slight simplification

* src/emacs-module.c (emacs_init_function, emacs_subr): Move here ...
* src/emacs-module.h: ... from here, as they don’t need to be public.
(enum emacs_arity): Remove useless enum tag.  The enum value is
used in ptrdiff_t contexts.

* src/emacs-module.c (CHECK_USER_PTR): Fix typo in previous change.
src/emacs-module.c
src/emacs-module.h