1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

Comment out include of libintl.h or gettext.h.

This commit is contained in:
Richard M. Stallman 2002-12-05 15:30:09 +00:00
parent 8ef065c4db
commit d262de61ff

View File

@ -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