X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d45c3d28d788129428036fd7f26fa417beccd93e..af586ebe59b7:/uip/prompter.c?ds=inline diff --git a/uip/prompter.c b/uip/prompter.c index 872d7423..981e8201 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -396,9 +396,7 @@ getln (char *buffer, int n) static void intrser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGINT, intrser); -#endif + NMH_UNUSED (i); if (wtuser) longjmp (sigenv, NOTOK);