Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
022e70d4
Commit
022e70d4
authored
Mar 13, 2011
by
Paul Eggert
Browse files
* lisp.h (fatal_error_signal): Add decl, since it's exported.
parent
49cebcca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
src/ChangeLog
View file @
022e70d4
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):
src/lisp.h
View file @
022e70d4
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment