From 6878ce38aaa7573e8f2ce7851576278b3af770fe Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 28 Jul 2006 18:30:52 +0000 Subject: Reverted previous commit. Thanks, Chris. llvm-svn: 29388 --- llvm/runtime/GCCLibraries/libc/qsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/runtime/GCCLibraries/libc/qsort.c') diff --git a/llvm/runtime/GCCLibraries/libc/qsort.c b/llvm/runtime/GCCLibraries/libc/qsort.c index b876140bfd2..9bfad24dabb 100644 --- a/llvm/runtime/GCCLibraries/libc/qsort.c +++ b/llvm/runtime/GCCLibraries/libc/qsort.c @@ -21,7 +21,7 @@ Engineering a sort function; Jon Bentley and M. Douglas McIlroy; Software - Practice and Experience; Vol. 23 (11), 1249-1265, 1993. */ -#if 1 +#if 0 #include #include -- cgit v1.2.3