summaryrefslogtreecommitdiff
path: root/lib-src/getopt.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-12-05 15:30:09 +0000
committerRichard M. Stallman <rms@gnu.org>2002-12-05 15:30:09 +0000
commitd262de61ffa7d961ab5431ddbc06047a97bad810 (patch)
tree8d2003736ee4a69c456e5abeb46aa428e3e7d51c /lib-src/getopt.c
parent8ef065c4db596850062c806cb9c6ff1a2854be6a (diff)
Comment out include of libintl.h or gettext.h.
Diffstat (limited to 'lib-src/getopt.c')
-rw-r--r--lib-src/getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index 3e7928a838..c75627f84b 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -75,12 +75,14 @@
# endif
#endif
+#if 0
#ifdef _LIBC
# include <libintl.h>
#else
/* This is for other GNU distributions with internationalized messages. */
# include "gettext.h"
#endif
+#endif
#define _(msgid) gettext (msgid)
#if defined _LIBC && defined USE_IN_LIBIO