[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Misha Brukman
brukman at cs.uiuc.edu
Sun Sep 12 15:40:50 PDT 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.27 -> 1.28
---
Log message:
* Fix grammar
* Convert tabs to spaces
---
Diffs of the changes: (+4 -4)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.27 llvm/include/llvm/Config/config.h.in:1.28
--- llvm/include/llvm/Config/config.h.in:1.27 Sun Sep 5 11:41:11 2004
+++ llvm/include/llvm/Config/config.h.in Sun Sep 12 17:40:40 2004
@@ -219,11 +219,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