=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/pcr_interface.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/gc/pcr_interface.c 1999/12/03 07:39:10 1.1 +++ OpenXM_contrib2/asir2000/gc/pcr_interface.c 2001/04/20 07:39:19 1.2 @@ -10,8 +10,7 @@ * provided the above notices are retained, and a notice that the code was * modified is included with the above copyright notice. */ -/* Boehm, February 7, 1996 11:09 am PST */ -# include "gc_priv.h" +# include "private/gc_priv.h" # ifdef PCR /* @@ -168,6 +167,12 @@ PCR_GC_Run(void) } } 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