mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 13:09:39 +08:00
Fix thinko in this change.
From-SVN: r21905
This commit is contained in:
parent
172f4957e1
commit
58e0b7e094
@ -1,7 +1,7 @@
|
||||
#ifdef STACK_SIZE
|
||||
#define SIZE STACK_SIZE / 8
|
||||
#else
|
||||
#define STACK_SIZE 10000000
|
||||
#define SIZE 10000000
|
||||
#endif
|
||||
|
||||
struct foo
|
||||
|
Loading…
Reference in New Issue
Block a user