Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / prompter.c
index 2f39f29..6db0455 100644 (file)
@@ -47,7 +47,7 @@ static struct swit switches[] = {
 #define NDOTSW  9
        { "nodoteof", 0 },
 #define VERSIONSW 10
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  11
        { "help", 0 },
        { NULL, 0 }
@@ -397,10 +397,6 @@ getln(char *buffer, int n)
 static void
 intrser(int i)
 {
-#ifndef RELIABLE_SIGNALS
-       SIGNAL(SIGINT, intrser);
-#endif
-
        if (wtuser)
                longjmp(sigenv, NOTOK);
        sigint++;