]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out include of libintl.h or gettext.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Dec 2002 15:30:09 +0000 (15:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Dec 2002 15:30:09 +0000 (15:30 +0000)
lib-src/getopt.c

index 3e7928a83852f0ac02364b87e5cdb0cd0c07a8ad..c75627f84bac333cec117b18ee3ff34e949ea8d5 100644 (file)
 # 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