X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fprompter.c;h=981e8201b4f378a9e97383e9a03dd07e3f7a273a;hb=e7129bf90a1b361e07365002379d8d2874c0f771;hp=872d7423c62a847b29a2a354fd4a072e5740708a;hpb=d45c3d28d788129428036fd7f26fa417beccd93e;p=mmh diff --git a/uip/prompter.c b/uip/prompter.c index 872d742..981e820 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);