uip/mmh.sh: minor cleanup
[mmh] / uip / forw.c
index adf0faa..54b7c07 100644 (file)
@@ -20,7 +20,7 @@ static struct swit switches[] = {
 #define ANNOSW  0
        { "annotate", 0 },
 #define NANNOSW  1
-       { "noannotate", 0 },
+       { "noannotate", 2 },
 #define EDITRSW  2
        { "editor editor", 0 },
 #define FORMSW  3
@@ -34,10 +34,10 @@ static struct swit switches[] = {
 #define WHATSW  7
        { "whatnowproc program", 0 },
 #define VERSIONSW  8
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  9
        { "help", 0 },
-#define BILDSW  12
+#define BILDSW  10
        { "build", 5 },  /* interface from mhe */
        { NULL, 0 }
 };
@@ -68,9 +68,7 @@ main(int argc, char **argv)
        char *fmtstr;
        int buildsw = 0;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */