diff options
| author | Paul Eggert | 2015-11-19 11:49:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-19 11:50:16 -0800 |
| commit | 62d787ed124726fd1f73dcfb7227d83bc5940fcc (patch) | |
| tree | f2fbfa26961709470101b1898cef1763100f0a8d /src/lisp.h | |
| parent | c8a972b0c3082edfcca4a85562224499f75bfe9b (diff) | |
| download | emacs-62d787ed124726fd1f73dcfb7227d83bc5940fcc.tar.gz emacs-62d787ed124726fd1f73dcfb7227d83bc5940fcc.zip | |
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.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index ce5a6d2aea8..f953ceb582f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3837,7 +3837,6 @@ intern_c_string (const char *str) | |||
| 3837 | } | 3837 | } |
| 3838 | 3838 | ||
| 3839 | /* Defined in eval.c. */ | 3839 | /* Defined in eval.c. */ |
| 3840 | extern EMACS_INT lisp_eval_depth; | ||
| 3841 | extern Lisp_Object Vautoload_queue; | 3840 | extern Lisp_Object Vautoload_queue; |
| 3842 | extern Lisp_Object Vrun_hooks; | 3841 | extern Lisp_Object Vrun_hooks; |
| 3843 | extern Lisp_Object Vsignaling_function; | 3842 | extern Lisp_Object Vsignaling_function; |