X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fobstack.c;h=02560c9e032e398aeeb726435e9104336d2b1514;hb=b8235f05035736c3d35ba5002bc007a9fb9b6459;hp=0d4a4c88949cb5fc4cae9ac8f93d17c05d7f73ed;hpb=fec9182b4c89253528f590b513984c0a1f0582c0;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libiberty/obstack.c b/libiberty/obstack.c index 0d4a4c88949..02560c9e032 100644 --- a/libiberty/obstack.c +++ b/libiberty/obstack.c @@ -451,7 +451,7 @@ _obstack_memory_used (h) /* Define the error handler. */ #ifndef _ -# ifdef HAVE_LIBINTL_H +# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC # include # ifndef _ # define _(Str) gettext (Str)