summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libc/qsort.c
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-07-28 18:30:52 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-07-28 18:30:52 +0000
commit6878ce38aaa7573e8f2ce7851576278b3af770fe (patch)
treec64bab8fbc318ba51d6fb0c17e2b038a84fab871 /llvm/runtime/GCCLibraries/libc/qsort.c
parent4e31ae861111f818d025cc1fd5cbb476090b880d (diff)
downloadbcm5719-llvm-6878ce38aaa7573e8f2ce7851576278b3af770fe.tar.gz
bcm5719-llvm-6878ce38aaa7573e8f2ce7851576278b3af770fe.zip
Reverted previous commit. Thanks, Chris.
llvm-svn: 29388
Diffstat (limited to 'llvm/runtime/GCCLibraries/libc/qsort.c')
-rw-r--r--llvm/runtime/GCCLibraries/libc/qsort.c2
1 files changed, 1 insertions, 1 deletions
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 <limits.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud