[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Wed Jul 27 14:58:50 PDT 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.54 -> 1.55
---
Log message:

Fix PR608: http://llvm.cs.uiuc.edu/PR608 :
Previously the script assumed the version number was the last field, now
it assumes it is the first sequence of digits.


---
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.54 llvm/include/llvm/Config/config.h.in:1.55
--- llvm/include/llvm/Config/config.h.in:1.54	Wed Jul 27 00:53:43 2005
+++ llvm/include/llvm/Config/config.h.in	Wed Jul 27 16:58:38 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