]> diplodocus.org Git - nmh/blobdiff - sbr/utils.c
mhl() needs to set invo_name, too.
[nmh] / sbr / utils.c
index d17bad94b6c5926f4b322582f60d87def3eb3970..d8b060fb13ce5f7a87a949166fe01e6d566c73d6 100644 (file)
@@ -328,9 +328,7 @@ nmh_strcasestr (const char *s1, const char *s2) {
 
 int
 nmh_init(const char *argv0, int read_context) {
 
 int
 nmh_init(const char *argv0, int read_context) {
-#ifdef LOCALE
     setlocale(LC_ALL, "");
     setlocale(LC_ALL, "");
-#endif
 
     invo_name = r1bindex ((char *) argv0, '/');
 
 
     invo_name = r1bindex ((char *) argv0, '/');