From de2a8fc730d0b87cd19959ba876ffa34d0853dcd Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 25 Jan 2000 07:42:51 +0000 Subject: * Updated gettext to use more advanced libit 0.7 version. * Various cleanups. --- getopt.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'getopt.c') diff --git a/getopt.c b/getopt.c index 03effcb..cd77419 100644 --- a/getopt.c +++ b/getopt.c @@ -79,16 +79,11 @@ # endif #endif -#ifndef _ /* This is for other GNU distributions with internationalized messages. When compiling libc, the _ macro is predefined. */ -# ifdef HAVE_LIBINTL_H -# include -# define _(msgid) gettext (msgid) -# else -# define _(msgid) (msgid) -# endif -#endif +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* This version of `getopt' appears to the caller like standard Unix `getopt' but it behaves differently for the user, since it allows the user -- cgit v1.2.3