From 93f8a2e834eed69aff7ef3be8c2baba14bab0658 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 23:07:26 +0200 Subject: convert // comments to /**/; remove empty #if/#endif pairs. no code changes Signed-off-by: Denys Vlasenko --- libc/string/i386/memchr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/i386/memchr.c') diff --git a/libc/string/i386/memchr.c b/libc/string/i386/memchr.c index c2fc44b4a..1960f6ba4 100644 --- a/libc/string/i386/memchr.c +++ b/libc/string/i386/memchr.c @@ -33,7 +33,7 @@ #include #undef memchr -//#define memchr TESTING +/*#define memchr TESTING*/ void *memchr(const void *s, int c, size_t count) { void *edi; -- cgit v1.2.3