From 085bb1fc9d45c343c93074ac81e2a521a55a5da5 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Sat, 28 Feb 2009 20:38:16 +0000 Subject: [PATCH] Hopefully this will fix Howard's compile problem git-svn-id: http://picoc.googlecode.com/svn/trunk@129 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform.h b/platform.h index 7d4d1eb..606feb0 100644 --- a/platform.h +++ b/platform.h @@ -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 */