Remove __LCLINT__-ifdef'ed blocks.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:26:54 +0000 (13:26 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:26:54 +0000 (13:26 +0200)
tools/rpminject.c
tools/rpmsort.c

index ddf0402..2527318 100644 (file)
@@ -467,9 +467,6 @@ main(int argc, char *argv[])
     setprogname(argv[0]);      /* Retrofit glibc __progname */
     (void)setlocale(LC_ALL, "" );
 
-#ifdef  __LCLINT__
-#define LOCALEDIR      "/usr/share/locale"
-#endif
     (void)bindtextdomain(PACKAGE, LOCALEDIR);
     (void)textdomain(PACKAGE);
 
index 5169eb9..6ad072c 100644 (file)
@@ -289,9 +289,6 @@ main(int argc, const char *argv[])
     setprogname(argv[0]);      /* Retrofit glibc __progname */
     (void)setlocale(LC_ALL, "" );
 
-#ifdef  __LCLINT__
-#define LOCALEDIR      "/usr/share/locale"
-#endif
     (void)bindtextdomain(PACKAGE, LOCALEDIR);
     (void)textdomain(PACKAGE);