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

Diff for /OpenXM_contrib2/asir2000/gc/include/new_gc_alloc.h between version 1.4 and 1.5

version 1.4, 2002/07/24 07:46:33 version 1.5, 2002/07/24 08:00:18
Line 50 
Line 50 
 #ifndef GC_ALLOC_H  #ifndef GC_ALLOC_H
   
 #include "gc.h"  #include "gc.h"
 #include <stack>  // A more portable way to get stl_alloc.h .  
   #if (__GNUC__ < 3)
   # include <stack>  // A more portable way to get stl_alloc.h .
   #else
   # include <bits/stl_alloc.h>
   # ifndef __STL_BEGIN_NAMESPACE
   # define __STL_BEGIN_NAMESPACE namespace std {
   # define __STL_END_NAMESPACE };
   # endif
   #ifndef __STL_USE_STD_ALLOCATORS
   #define __STL_USE_STD_ALLOCATORS
   #endif
   #endif
   
   
 #define GC_ALLOC_H  #define GC_ALLOC_H
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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