[m-rev.] for review: more clang / Boehm GC stuff

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Jul 11 16:03:47 AEST 2011


For review by Peter Wang:

It doesn't really need a review, other than an answer to
the question: is this the right header file for the prototype?

--------------------------------------------------

Branches: main, 11.07

boehm_gc/include/private/gc_priv.h:
 	Add a missing prototype for GC_mercury_enumerate_reachable_objects.

Julien.

Index: boehm_gc/include/private/gc_priv.h
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/boehm_gc/include/private/gc_priv.h,v
retrieving revision 1.10
diff -u -r1.10 gc_priv.h
--- boehm_gc/include/private/gc_priv.h	3 Dec 2010 16:19:11 -0000	1.10
+++ boehm_gc/include/private/gc_priv.h	11 Jul 2011 06:00:21 -0000
@@ -1931,6 +1931,8 @@
  GC_INNER void GC_print_finalization_stats(void);
  /* void GC_dump(void); - declared in gc.h */

+GC_INNER void GC_mercury_enumerate_reachable_objects(void);
+
  #ifdef KEEP_BACK_PTRS
     GC_INNER void GC_store_back_pointer(ptr_t source, ptr_t dest);
     GC_INNER void GC_marked_for_finalization(ptr_t dest);

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list