X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d45c3d28d788129428036fd7f26fa417beccd93e..811c11557492b9a6e6bd5ae45bb5597647ba5c99:/uip/prompter.c diff --git a/uip/prompter.c b/uip/prompter.c index 872d7423..a016c1f1 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -396,10 +396,6 @@ getln (char *buffer, int n) static void intrser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGINT, intrser); -#endif - if (wtuser) longjmp (sigenv, NOTOK); sigint++;