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

Diff for /OpenXM_contrib2/asir2000/gc5.3/Attic/gcconfig.h between version 1.2 and 1.3

version 1.2, 2001/06/04 02:49:45 version 1.3, 2003/02/14 22:29:12
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.2  
changed lines
  Added in v.1.3

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