mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
(fatal): Declare NO_RETURN.
This commit is contained in:
parent
4e9b8ebe4e
commit
07cd5d9c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -2854,7 +2854,7 @@ extern void syms_of_mocklisp P_ ((void));
|
||||||
|
|
||||||
/* Defined in term.c */
|
/* Defined in term.c */
|
||||||
extern void syms_of_term P_ ((void));
|
extern void syms_of_term P_ ((void));
|
||||||
extern void fatal ();
|
extern void fatal () NO_RETURN;
|
||||||
|
|
||||||
#ifdef HAVE_X_WINDOWS
|
#ifdef HAVE_X_WINDOWS
|
||||||
/* Defined in fontset.c */
|
/* Defined in fontset.c */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue