Please do not reintroduce tabs.
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 28 Jul 2005 02:04:44 +0000 (02:04 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 28 Jul 2005 02:04:44 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22531 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index 79204ca2f760db3aadab169c4091dadc94367111..ecd6b55e51ca885225bdbb242589b71f4759e4c4 100644 (file)
 /* 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. */