[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Jeff Cohen
jeffc at jolt-lang.org
Wed Jul 27 19:04:55 PDT 2005
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.55 -> 1.56
---
Log message:
Please do not reintroduce tabs.
---
Diffs of the changes: (+3 -3)
config.h.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.55 llvm/include/llvm/Config/config.h.in:1.56
--- llvm/include/llvm/Config/config.h.in:1.55 Wed Jul 27 16:58:38 2005
+++ llvm/include/llvm/Config/config.h.in Wed Jul 27 21:04:44 2005
@@ -449,9 +449,9 @@
/* If using the C implementation of alloca, define if you know the
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 the `S_IS*' macros in <sys/stat.h> do not work properly. */
More information about the llvm-commits
mailing list