=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/include/gc_local_alloc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/asir2000/gc/include/gc_local_alloc.h 2002/07/24 07:46:32 1.2 +++ OpenXM_contrib2/asir2000/gc/include/gc_local_alloc.h 2002/07/24 08:00:18 1.3 @@ -33,6 +33,9 @@ * -DTHREAD_LOCAL_ALLOC, which is currently supported only on Linux. * * The debugging allocators use standard, not thread-local allocation. + * + * These routines normally require an explicit call to GC_init(), though + * that may be done from a constructor function. */ #ifndef GC_LOCAL_ALLOC_H