summaryrefslogtreecommitdiff
path: root/lib-src
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
commitf2db82c4613103f55bc70dea50c744205f96ec72 (patch)
treeef0a90c89698b3ade8c2a5080f23800d44dd60b9 /lib-src
parent401613a54201aa41b548dbfb638ba3e2c8225092 (diff)
downloademacs-f2db82c4613103f55bc70dea50c744205f96ec72.tar.gz
Comment out include of libintl.h or gettext.h.
Diffstat (limited to 'lib-src')
-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 3e7928a8385..c75627f84ba 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