removed definition of _() which gets set by configure
authorewt <devnull@localhost>
Sun, 29 Sep 1996 02:22:07 +0000 (02:22 +0000)
committerewt <devnull@localhost>
Sun, 29 Sep 1996 02:22:07 +0000 (02:22 +0000)
CVS patchset: 1062
CVS date: 1996/09/29 02:22:07

rpm.c

diff --git a/rpm.c b/rpm.c
index 707c952..383519a 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -17,8 +17,6 @@
 #include "rpmlib.h"
 #include "build/build.h"
 
-#define _(String) gettext(String)
-
 #define GETOPT_QUERYFORMAT     1000
 #define GETOPT_WHATREQUIRES    1001
 #define GETOPT_WHATPROVIDES    1002