Please revert this part of the patch John.

-Chris

On Jul 28, 2006, at 11:16 AM, John Criswell wrote:

Index: llvm/runtime/GCCLibraries/libc/qsort.c
diff -u llvm/runtime/GCCLibraries/libc/qsort.c:1.2 llvm/runtime/ GCCLibraries/libc/qsort.c:1.3 --- llvm/runtime/GCCLibraries/libc/qsort.c:1.2 Thu May 29 17:12:35 2003
+++ llvm/runtime/GCCLibraries/libc/qsort.c      Fri Jul 28 13:16:00 2006
@@ -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 0
+#if 1

 #include <limits.h>
 #include <stdlib.h>


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to