From: Richard M. Stallman Date: Thu, 5 Dec 2002 15:30:09 +0000 (+0000) Subject: Comment out include of libintl.h or gettext.h. X-Git-Tag: ttn-vms-21-2-B4~12153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d262de61ffa7d961ab5431ddbc06047a97bad810;p=emacs.git Comment out include of libintl.h or gettext.h. --- 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 #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