Hopefully this will fix Howard's compile problem
git-svn-id: http://picoc.googlecode.com/svn/trunk@129 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
27c19b5e80
commit
085bb1fc9d
|
@ -7,7 +7,9 @@
|
|||
#undef FLYINGFOX_HOST
|
||||
#undef SURVEYOR_HOST
|
||||
|
||||
#ifndef SURVEYOR_HOST
|
||||
#define HEAP_SIZE 16384 /* space for the heap and the stack */
|
||||
#endif
|
||||
#define LARGE_INT_POWER_OF_TEN 1000000000 /* the largest power of ten which fits in an int on this architecture */
|
||||
#define ARCH_ALIGN_WORDSIZE sizeof(int) /* memory alignment boundary on this architecture */
|
||||
|
||||
|
|
Loading…
Reference in a new issue