diff src/lisp.h @ 109666:8fc5e1925ae2

* src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 11:56:41 -0700
parents 9cfca8c9fb07
children 0781924c2a38
line wrap: on
line diff
--- a/src/lisp.h	Fri Aug 06 11:48:24 2010 -0700
+++ b/src/lisp.h	Fri Aug 06 11:56:41 2010 -0700
@@ -3300,6 +3300,7 @@
 extern Lisp_Object Vinstallation_directory;
 extern Lisp_Object empty_unibyte_string, empty_multibyte_string;
 extern Lisp_Object Qfile_name_handler_alist;
+extern void (*fatal_error_signal_hook) (void);
 EXFUN (Fkill_emacs, 1) NO_RETURN;
 #if HAVE_SETLOCALE
 void fixup_locale (void);
@@ -3591,6 +3592,11 @@
 void xd_read_queued_messages (void);
 void syms_of_dbusbind (void);
 #endif
+
+#ifdef DOS_NT
+/* Defined in msdos.c, w32.c */
+extern char *emacs_root_dir (void);
+#endif /* DOS_NT */
 
 /* Nonzero means Emacs has already been initialized.
    Used during startup to detect startup of dumped Emacs.  */