From 0542b1e2fee5fe7c7fa1a83fa9fe81618b2bc69e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Feb 2005 04:43:23 +0000 Subject: Use _() macro consistently rather than gettext(). Add translation macros around strings that were missing them. --- src/bin/scripts/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bin/scripts/common.h') diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 04f8af4f0c2..46e2a610aaa 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -10,8 +10,6 @@ int optreset; const char *get_user_name(const char *progname); -#define _(x) gettext((x)) - typedef void (*help_handler) (const char *); void handle_help_version_opts(int argc, char *argv[], const char *fixed_progname, help_handler hlp); -- cgit v1.2.3