[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/COPYING.LIB LICENSES LICENSE.TXT qsort.c
Chris Lattner
clattner at apple.com
Fri Jul 28 11:28:09 PDT 2006
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>
>
More information about the llvm-commits
mailing list