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

Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.

llvm-svn: 16480
This commit is contained in:
Reid Spencer 2004-09-22 15:32:08 +00:00
parent 182e31bdc5
commit 8304ac75a2

View File

@ -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,7 +216,7 @@
#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