mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* lisp.h (fatal_error_signal): Add decl, since it's exported.
This commit is contained in:
parent
49cebccaa7
commit
022e70d41f
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2011-03-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lisp.h (fatal_error_signal): Add decl, since it's exported.
|
||||
|
||||
* dbusbind.c: Pointer signedness fixes.
|
||||
(xd_signature, xd_append_arg, xd_initialize):
|
||||
(Fdbus_call_method, Fdbus_call_method_asynchronously):
|
||||
|
|
|
|||
|
|
@ -3193,6 +3193,7 @@ extern Lisp_Object decode_env_path (const char *, const char *);
|
|||
extern Lisp_Object empty_unibyte_string, empty_multibyte_string;
|
||||
extern Lisp_Object Qfile_name_handler_alist;
|
||||
extern void (*fatal_error_signal_hook) (void);
|
||||
extern SIGTYPE fatal_error_signal (int);
|
||||
EXFUN (Fkill_emacs, 1) NO_RETURN;
|
||||
#if HAVE_SETLOCALE
|
||||
void fixup_locale (void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue