]> git.eshelyaron.com Git - emacs.git/commit
Declare emacs_module_init in the module API
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 20:20:26 +0000 (12:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 20:21:18 +0000 (12:21 -0800)
commitd0e07e0e2239771fd21b9525ea421cf7ba1cc97c
tree6f603782a8b9c89816ab230842af20a7aec202e8
parent39d13206f3b37261bf4a2ebadfc1103414f4fd3e
Declare emacs_module_init in the module API

* src/emacs-module.h (emacs_module_init): New decl.
Without it, GCC might complain about a module that defines
emacs_module_init without using it.  This also checks the
API better.
src/emacs-module.h