=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux 2003/03/07 03:12:26 1.4 +++ 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