From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/string/strtok_r.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/string/strtok_r.c') diff --git a/libc/string/strtok_r.c b/libc/string/strtok_r.c index c81231997..2026888f8 100644 --- a/libc/string/strtok_r.c +++ b/libc/string/strtok_r.c @@ -8,15 +8,10 @@ #include "_string.h" #ifdef WANT_WIDE -/* libc_hidden_proto(wcsspn) */ -/* libc_hidden_proto(wcspbrk) */ # define Wstrtok_r wcstok # define Wstrspn wcsspn # define Wstrpbrk wcspbrk #else -/* Experimentally off - libc_hidden_proto(strtok_r) */ -/* Experimentally off - libc_hidden_proto(strspn) */ -/* Experimentally off - libc_hidden_proto(strpbrk) */ # define Wstrtok_r strtok_r # define Wstrspn strspn # define Wstrpbrk strpbrk -- cgit v1.2.3