diff src/process.c @ 46314:7c8eab7f2bd6

(process_send_signal): Add abort call.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 11:13:47 +0000
parents 1fb8f75062c6
children 40db0673e6f0
line wrap: on
line diff
--- a/src/process.c	Fri Jul 12 08:58:32 2002 +0000
+++ b/src/process.c	Fri Jul 12 11:13:47 2002 +0000
@@ -5117,7 +5117,9 @@
 #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.