• Paul Eggert's avatar
    Declare emacs_module_init in the module API · d0e07e0e
    Paul Eggert authored
    * 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.
    d0e07e0e
emacs-module.h 5.86 KB