[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
John Criswell
criswell at cs.uiuc.edu
Thu Sep 2 11:41:43 PDT 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.25 -> 1.26
---
Log message:
Added u_int64_t because some systems use that instead of uint64_t.
---
Diffs of the changes: (+3 -0)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.25 llvm/include/llvm/Config/config.h.in:1.26
--- llvm/include/llvm/Config/config.h.in:1.25 Wed Sep 1 17:55:34 2004
+++ llvm/include/llvm/Config/config.h.in Thu Sep 2 13:41:30 2004
@@ -158,6 +158,9 @@
/* Define to 1 if the system has the type `uint64_t'. */
#undef HAVE_UINT64_T
+/* Define to 1 if the system has the type `u_int64_t'. */
+#undef HAVE_U_INT64_T
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
More information about the llvm-commits
mailing list