]> git.eshelyaron.com Git - emacs.git/commitdiff
(process_send_signal): Add abort call.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 11:13:47 +0000 (11:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 11:13:47 +0000 (11:13 +0000)
src/process.c

index 7c3b177949668e73237dfd01223438121cc3f778..771a4e1fe624fc9f7c5e5af20933750659650001 100644 (file)
@@ -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.