[BACK]Return to gc_local_alloc.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include

Diff for /OpenXM_contrib2/asir2000/gc/include/gc_local_alloc.h between version 1.2 and 1.3

version 1.2, 2002/07/24 07:46:32 version 1.3, 2002/07/24 08:00:18
Line 33 
Line 33 
  * -DTHREAD_LOCAL_ALLOC, which is currently supported only on Linux.   * -DTHREAD_LOCAL_ALLOC, which is currently supported only on Linux.
  *   *
  * The debugging allocators use standard, not thread-local allocation.   * 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  #ifndef GC_LOCAL_ALLOC_H

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

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