=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h 2003/02/14 22:29:12 1.3 +++ OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h 2003/03/07 03:12:26 1.4 @@ -622,7 +622,7 @@ /* HEURISTIC1 reportedly no longer works under 2.7. Thus we */ /* switched to HEURISTIC2, eventhough it creates some debugging */ /* issues. */ -#if defined(MPI) +#if MPI extern int *StackBottom; # define STACKBOTTOM (ptr_t)(StackBottom) #else