=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h 2001/06/04 02:49:45 1.2 +++ OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h 2003/02/14 22:29:12 1.3 @@ -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