=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux 2001/04/20 10:52:53 1.1 +++ OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux 2003/03/07 06:39:55 1.5 @@ -622,7 +622,7 @@ /* HEURISTIC1 reportedly no longer works under 2.7. Thus we */ /* switched to HEURISTIC2, eventhough it creates some debugging */ /* issues. */ -#if MPI +#if defined(MPI) extern int *StackBottom; # define STACKBOTTOM (ptr_t)(StackBottom) #else @@ -736,7 +736,7 @@ # ifdef LINUX # define OS_TYPE "LINUX" # define USE_MMAP -# define HEAP_START 0x20000000 +# define HEAP_START 0x40000000 # define LINUX_STACKBOTTOM # if 0 # define HEURISTIC1