[BACK]Return to pcr_interface.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/pcr_interface.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:10 version 1.2, 2001/04/20 07:39:19
Line 10 
Line 10 
  * provided the above notices are retained, and a notice that the code was   * provided the above notices are retained, and a notice that the code was
  * modified is included with the above copyright notice.   * modified is included with the above copyright notice.
  */   */
 /* Boehm, February 7, 1996 11:09 am PST */  # include "private/gc_priv.h"
 # include "gc_priv.h"  
   
 # ifdef PCR  # ifdef PCR
 /*  /*
Line 168  PCR_GC_Run(void)
Line 167  PCR_GC_Run(void)
         }          }
     }      }
     return PCR_ERes_okay;      return PCR_ERes_okay;
   }
   
   void GC_push_thread_structures(void)
   {
       /* PCR doesn't work unless static roots are pushed.  Can't get here. */
       ABORT("In GC_push_thread_structures()");
 }  }
   
 # endif  # endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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