[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Wed Sep 22 08:32:18 PDT 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.28 -> 1.29
---
Log message:
Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.
---
Diffs of the changes: (+4 -7)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.28 llvm/include/llvm/Config/config.h.in:1.29
--- llvm/include/llvm/Config/config.h.in:1.28 Sun Sep 12 17:40:40 2004
+++ llvm/include/llvm/Config/config.h.in Wed Sep 22 10:32:08 2004
@@ -158,9 +158,6 @@
/* 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
@@ -219,11 +216,11 @@
#undef SHLIBEXT
/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise, it will be
+ direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
More information about the llvm-commits
mailing list