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:
parent
8ef065c4db
commit
d262de61ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user