1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Reverted previous commit. Thanks, Chris.

llvm-svn: 29388
This commit is contained in:
John Criswell 2006-07-28 18:30:52 +00:00
parent e42e6faf13
commit 67a99e866c

View File

@ -21,7 +21,7 @@
Engineering a sort function; Jon Bentley and M. Douglas McIlroy; Engineering a sort function; Jon Bentley and M. Douglas McIlroy;
Software - Practice and Experience; Vol. 23 (11), 1249-1265, 1993. */ Software - Practice and Experience; Vol. 23 (11), 1249-1265, 1993. */
#if 1 #if 0
#include <limits.h> #include <limits.h>
#include <stdlib.h> #include <stdlib.h>