merge from gcc

This commit is contained in:
DJ Delorie
2001-11-13 03:54:15 +00:00
parent 4e6bfe8ada
commit 1a78a35acf
6 changed files with 145 additions and 127 deletions

View File

@@ -82,7 +82,7 @@
#ifndef _
/* This is for other GNU distributions with internationalized messages.
When compiling libc, the _ macro is predefined. */
# ifdef HAVE_LIBINTL_H
# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC
# include <libintl.h>
# define _(msgid) gettext (msgid)
# else