From 6560bf44e92e4d136ec44a5e9744caec257046fc Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 16 May 2001 14:34:47 +0000 Subject: Unbreak world; _DIAGASSERT macro is not available in FreeBSD. --- lib/libc/string/wcschr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc/string/wcschr.c') diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index 9c600bf..9c253dc 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -45,8 +45,6 @@ wcschr(s, c) { const wchar_t *p; - _DIAGASSERT(s != NULL); - p = s; while (*p) { if (*p == c) { -- cgit v1.1