[BACK]Return to gcconfig.h.linux CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc5.3

Diff for /OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h.linux between version 1.4 and 1.5

version 1.4, 2003/03/07 03:12:26 version 1.5, 2003/03/07 06:39:55
Line 622 
Line 622 
 /*      HEURISTIC1 reportedly no longer works under 2.7.  Thus we       */  /*      HEURISTIC1 reportedly no longer works under 2.7.  Thus we       */
 /*      switched to HEURISTIC2, eventhough it creates some debugging    */  /*      switched to HEURISTIC2, eventhough it creates some debugging    */
 /*      issues.                                                         */  /*      issues.                                                         */
 #if MPI  #if defined(MPI)
         extern int *StackBottom;          extern int *StackBottom;
 #       define STACKBOTTOM (ptr_t)(StackBottom)  #       define STACKBOTTOM (ptr_t)(StackBottom)
 #else  #else

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>