From: Richard M. Stallman Date: Fri, 12 Jul 2002 11:13:47 +0000 (+0000) Subject: (process_send_signal): Add abort call. X-Git-Tag: ttn-vms-21-2-B4~14186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20505336e1666c028d34ba1a5ad43182bfc94330;p=emacs.git (process_send_signal): Add abort call. --- diff --git a/src/process.c b/src/process.c index 7c3b1779496..771a4e1fe62 100644 --- a/src/process.c +++ b/src/process.c @@ -5117,7 +5117,9 @@ process_send_signal (process, signo, current_group, nomsg) #endif /* ! defined (TCGETA) */ #endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */ #endif /* ! defined HAVE_TERMIOS */ -#endif /* ! defined (SIGNALS_VIA_CHARACTERS) */ + abort (); + /* The code above always returns from the function. */ +#endif /* defined (SIGNALS_VIA_CHARACTERS) */ #ifdef TIOCGPGRP /* Get the pgrp using the tty itself, if we have that.