From 50aba30aee11d4fa51948c6ba258ec0bbdbae8c0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 1 Dec 2016 19:08:52 +0100 Subject: remove libintl stub and libintl.h header As __UCLIBC_HAS_GETTEXT_AWARENESS__ is never defined, this is mostly dead code. It is planned to integrate libiconv-tiny and gettext-tiny into uClibc-ng after the next release, so that more software packages can be used without modification. Remove any _/_N macro usage. --- libc/misc/gnu/obstack.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/misc/gnu/obstack.c') diff --git a/libc/misc/gnu/obstack.c b/libc/misc/gnu/obstack.c index 6acc567b3..a5c646832 100644 --- a/libc/misc/gnu/obstack.c +++ b/libc/misc/gnu/obstack.c @@ -403,9 +403,7 @@ _obstack_memory_used (struct obstack *h) } /* Define the error handler. */ -# ifdef _LIBC -# include -# else +# ifndef _LIBC # include "gettext.h" # endif # ifndef _ -- cgit v1.2.3