mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 08:14:32 +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
|
#ifdef STACK_SIZE
|
||||||
#define SIZE STACK_SIZE / 8
|
#define SIZE STACK_SIZE / 8
|
||||||
#else
|
#else
|
||||||
#define STACK_SIZE 10000000
|
#define SIZE 10000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct foo
|
struct foo
|
||||||
|
Loading…
Reference in New Issue
Block a user