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

Diff for /OpenXM_contrib2/asir2000/gc5.3/include/private/Attic/gcconfig.h between version 1.1 and 1.2

version 1.1, 2001/04/20 10:05:36 version 1.2, 2003/02/14 22:29:13
Line 576 
Line 576 
 /*      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.1  
changed lines
  Added in v.1.2

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