From 9b7e3299c3ad789e60e093312f7360999e64e676 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 15:35:39 +0100 Subject: regex_old.c: remove unneeded guard _LIBC is undefined here, no need to specially guard with __UCLIBC__ Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/regex/regex_old.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/misc/regex/regex_old.c') diff --git a/libc/misc/regex/regex_old.c b/libc/misc/regex/regex_old.c index bee6434fd..78a66cf97 100644 --- a/libc/misc/regex/regex_old.c +++ b/libc/misc/regex/regex_old.c @@ -64,10 +64,9 @@ # include # endif -# if defined _LIBC || defined __UCLIBC__ +# ifdef _LIBC /* We have to keep the namespace clean. */ -# ifndef __UCLIBC__ # define btowc __btowc /* We are also using some library internals. */ @@ -76,7 +75,6 @@ # include # include # endif -# endif /* This is for other GNU distributions with internationalized messages. */ # if defined HAVE_LIBINTL_H || defined _LIBC -- cgit v1.2.3