]> code.delx.au - gnu-emacs/commit
Fix minor module problems found by static checking
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Nov 2015 19:49:27 +0000 (11:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Nov 2015 19:50:16 +0000 (11:50 -0800)
commit62d787ed124726fd1f73dcfb7227d83bc5940fcc
treef2fbfa26961709470101b1898cef1763100f0a8d
parentc8a972b0c3082edfcca4a85562224499f75bfe9b
Fix minor module problems found by static checking

* src/dynlib.c (dynlib_close): #ifdef out for now, as it’s not used.
* src/eval.c, src/lisp.h (lisp_eval_depth): Now static.
* src/module.c (Fmodule_load): Fix pointer signedness bug.
(Fmodule_call): Tell GCC that the default case is unreachable.
src/dynlib.c
src/eval.c
src/lisp.h
src/module.c