changeset 48673:1bcc16abed79

Comment out include of libintl.h or gettext.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Dec 2002 15:30:09 +0000
parents d66d3c9a5ee2
children f1e846c193c7
files lib-src/getopt.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/getopt.c	Thu Dec 05 15:29:16 2002 +0000
+++ b/lib-src/getopt.c	Thu Dec 05 15:30:09 2002 +0000
@@ -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