[llvm-commits] CVS: llvm/test/Libraries/libc/atox.c
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 15:56:01 PDT 2003
Changes in directory llvm/test/Libraries/libc:
atox.c updated: 1.1 -> 1.2
---
Log message:
Disable this support stuff, it doesn't work under linux anyway
---
Diffs of the changes:
Index: llvm/test/Libraries/libc/atox.c
diff -u llvm/test/Libraries/libc/atox.c:1.1 llvm/test/Libraries/libc/atox.c:1.2
--- llvm/test/Libraries/libc/atox.c:1.1 Fri Mar 8 17:20:39 2002
+++ llvm/test/Libraries/libc/atox.c Thu Aug 14 15:55:38 2003
@@ -23,6 +23,7 @@
#define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */
#endif
+#if 0
/*
* Convert a string to a long integer.
*
@@ -114,3 +115,4 @@
long int atol(const char *nptr) {
return strtol(nptr, 0, 10);
}
+#endif
More information about the llvm-commits
mailing list