]> git.eshelyaron.com Git - emacs.git/commit
Clean up compiler warning in emacs-module.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2017 03:02:42 +0000 (20:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2017 03:03:03 +0000 (20:03 -0700)
commit9647430ae8744bd4dee29f1269b74f65c09274d2
tree0a9702ce75ed859d59fa72720e3ee9ffadc6bfdd
parente41030971f37375b9bb16c248f3b5d8d12064743
Clean up compiler warning in emacs-module.c

* src/emacs-module.c (MODULE_SETJMP_1): Use the local var
instead of leaving it unused, to pacify picky compilers.
(module_reset_handlerlist): Now takes a dummy pointer to a struct
handler *, instead of a dummy pointer to an int.  All uses changed.
src/emacs-module.c