[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.3 and 1.4

version 1.3, 2003/02/14 22:29:12 version 1.4, 2003/03/07 03:12:26
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 defined(MPI)  #if MPI
         extern int *StackBottom;          extern int *StackBottom;
 #       define STACKBOTTOM (ptr_t)(StackBottom)  #       define STACKBOTTOM (ptr_t)(StackBottom)
 #else  #else

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

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