X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fforw.c;h=54b7c074e26aae0ab131129a4c05d48a8ff9d93c;hp=b1148b0946ab31999c0d8a503e3b1c182dd4e3b8;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a diff --git a/uip/forw.c b/uip/forw.c index b1148b0..54b7c07 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -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 @@ -37,7 +37,7 @@ static struct swit switches[] = { { "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 */