From: David S. Miller Date: Sat, 22 Aug 1998 04:53:45 +0000 (-0700) Subject: Fix thinko in this change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58e0b7e094ba501fbea8fc6aaed9f941c6071512;p=gcc.git Fix thinko in this change. From-SVN: r21905 --- diff --git a/gcc/testsuite/gcc.c-torture/unsorted/stuct.c b/gcc/testsuite/gcc.c-torture/unsorted/stuct.c index acaadf277b9..deb838d8099 100644 --- a/gcc/testsuite/gcc.c-torture/unsorted/stuct.c +++ b/gcc/testsuite/gcc.c-torture/unsorted/stuct.c @@ -1,7 +1,7 @@ #ifdef STACK_SIZE #define SIZE STACK_SIZE / 8 #else -#define STACK_SIZE 10000000 +#define SIZE 10000000 #endif struct foo